fix
Deploy app frontend / app frontend (push) Successful in 1m5s
Deploy db-migrations / db-migrations (push) Successful in 31s
Deploy service couchdb / service couchdb (push) Successful in 16s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 1m4s

This commit is contained in:
2024-12-03 17:43:32 +02:00
parent ae63d634a7
commit dbbd39cf74
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -46,8 +46,8 @@ services:
dockerfile: ../../services/message-delivery-method-web-push/Dockerfile
environment:
- API_URL=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couchdb:5984
- VAPID_SUBJECT=${VAPID_SUBJECT}
- GCM_API_KEY=${GCM_API_KEY}
- VAPID_SUBJECT=${VAPID_SUBJECT:-}
- GCM_API_KEY=${GCM_API_KEY:-}
depends_on:
couchdb:
condition: service_healthy