fix ci/cd
Deploy app frontend / app frontend (push) Successful in 1m11s
Deploy service couchdb / service couchdb (push) Successful in 18s
Deploy db-migrations / db-migrations (push) Successful in 53s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 42s

This commit is contained in:
2024-12-03 17:03:44 +02:00
parent 335fc7b7d8
commit ff40dce016
+2 -2
View File
@@ -30,7 +30,7 @@ services:
environment:
- API_URL=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couchdb:5984
depends_on:
db:
couchdb:
condition: service_healthy
restart: no
logging:
@@ -49,7 +49,7 @@ services:
- VAPID_SUBJECT=${VAPID_SUBJECT}
- GCM_API_KEY=${GCM_API_KEY}
depends_on:
db:
couchdb:
condition: service_healthy
restart: true
db-migrations: