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

This commit is contained in:
2024-12-03 17:00:10 +02:00
parent 5f979cfe8c
commit 335fc7b7d8
+11 -7
View File
@@ -1,3 +1,7 @@
volumes:
couchdb_data:
db_migrations_data:
services: services:
couchdb: couchdb:
build: services/couchdb build: services/couchdb
@@ -26,7 +30,8 @@ services:
environment: environment:
- API_URL=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couchdb:5984 - API_URL=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couchdb:5984
depends_on: depends_on:
- couchdb db:
condition: service_healthy
restart: no restart: no
logging: logging:
driver: "json-file" driver: "json-file"
@@ -44,15 +49,14 @@ services:
- VAPID_SUBJECT=${VAPID_SUBJECT} - VAPID_SUBJECT=${VAPID_SUBJECT}
- GCM_API_KEY=${GCM_API_KEY} - GCM_API_KEY=${GCM_API_KEY}
depends_on: depends_on:
- couchdb db:
- db-migrations condition: service_healthy
restart: true
db-migrations:
condition: service_completed_successfully
restart: no restart: no
logging: logging:
driver: "json-file" driver: "json-file"
options: options:
max-size: "100m" max-size: "100m"
max-file: "10" max-file: "10"
volumes:
couchdb_data:
db_migrations_data: