set couchdb port variable
Deploy app frontend / app frontend (push) Successful in 1m37s
Deploy service couchdb / service couchdb (push) Successful in 29s
Deploy db-migrations / db-migrations (push) Successful in 1m2s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m4s
Deploy app frontend / app frontend (push) Successful in 1m37s
Deploy service couchdb / service couchdb (push) Successful in 29s
Deploy db-migrations / db-migrations (push) Successful in 1m2s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m4s
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ services:
|
|||||||
build: services/couchdb
|
build: services/couchdb
|
||||||
image: hereconnect/service-couchdb:${COUCHDB_TAG:-latest}
|
image: hereconnect/service-couchdb:${COUCHDB_TAG:-latest}
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:5984:5984"
|
- "127.0.0.1:${COUCHDB_PORT:-5984}:5984"
|
||||||
volumes:
|
volumes:
|
||||||
- couchdb_data:/opt/couchdb/data
|
- couchdb_data:/opt/couchdb/data
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user