add secrets.COUCHDB_SECRET
Deploy app frontend / app frontend (push) Successful in 1m56s
Deploy service couchdb / service couchdb (push) Successful in 27s
Deploy db-migrations / db-migrations (push) Successful in 1m23s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m25s
Deploy service tg-bot / service tg-bot (push) Successful in 1m20s

This commit is contained in:
2024-12-19 17:17:27 +02:00
parent fe9b46ea24
commit e85fd81608
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ services:
environment:
- COUCHDB_USER=${COUCHDB_USER}
- COUCHDB_PASSWORD=${COUCHDB_PASSWORD}
- COUCHDB_SECRET=${COUCHDB_SECRET:-}
restart: unless-stopped
logging:
driver: "json-file"