Commit fc3355a9 authored by Jesus Galvan's avatar Jesus Galvan Committed by Shao Yu-Lung (Allen)

Add CouchDB (#1974)

* Add CouchDB
parent 53ca8871
FROM couchdb
EXPOSE 5984
......@@ -1376,3 +1376,14 @@ services:
networks:
- frontend
- backend
### COUCHDB ###################################################
couchdb:
build:
context: ./couchdb
volumes:
- ${DATA_PATH_HOST}/couchdb/data:/opt/couchdb/data
ports:
- "${COUCHDB_PORT}:5984"
networks:
- backend
......@@ -648,3 +648,7 @@ TRAEFIK_HOST_HTTPS_PORT=443
### MOSQUITTO #################################################
MOSQUITTO_PORT=9001
### COUCHDB ###################################################
COUCHDB_PORT=5984
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment