ci db-migrations
Deploy service couchdb / service couchdb (push) Successful in 21s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 50s

This commit is contained in:
2024-12-03 13:33:37 +02:00
parent eb1c5486a0
commit 920d7f089f
10 changed files with 87 additions and 10 deletions
+9
View File
@@ -20,5 +20,14 @@ services:
max-size: "100m"
max-file: "10"
db-migrations:
image: hereconnect/service-db-migrations:${DB_MIGRATIONS_TAG:-latest}
volumes:
- db_migrations_data:/opt/migrations/data
depends_on:
- couchdb
restart: no
volumes:
couchdb_data:
db_migrations_data: