parent
53ca88714c
commit
fc3355a9cc
3
couchdb/Dockerfile
Normal file
3
couchdb/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
FROM couchdb
|
||||||
|
|
||||||
|
EXPOSE 5984
|
@ -1376,3 +1376,14 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- frontend
|
- frontend
|
||||||
- backend
|
- 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 #################################################
|
||||||
|
|
||||||
MOSQUITTO_PORT=9001
|
MOSQUITTO_PORT=9001
|
||||||
|
|
||||||
|
### COUCHDB ###################################################
|
||||||
|
|
||||||
|
COUCHDB_PORT=5984
|
||||||
|
Loading…
Reference in New Issue
Block a user