
committed by
Shao Yu-Lung (Allen)

parent
53ca88714c
commit
fc3355a9cc
@ -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
|
||||
|
Reference in New Issue
Block a user