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

This commit is contained in:
2024-12-06 12:00:24 +02:00
parent d8fd872478
commit 3ec74a5f9f
+1 -1
View File
@@ -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: