fix ci/cd
Deploy app frontend / app frontend (push) Successful in 1m14s
Deploy service couchdb / service couchdb (push) Successful in 15s
Deploy db-migrations / db-migrations (push) Failing after 50s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 43s

This commit is contained in:
2024-12-03 14:19:15 +02:00
parent 51894e67ce
commit afffc80423
6 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ services:
db-migrations:
image: hereconnect/service-db-migrations:${DB_MIGRATIONS_TAG:-latest}
volumes:
- db_migrations_data:/opt/migrations/data
- db_migrations_data:/opt/db-migrations/data
environment:
- API_URL=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couchdb:5984
depends_on: