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
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:
+11
-7
@@ -1,3 +1,7 @@
|
||||
volumes:
|
||||
couchdb_data:
|
||||
db_migrations_data:
|
||||
|
||||
services:
|
||||
couchdb:
|
||||
build: services/couchdb
|
||||
@@ -26,7 +30,8 @@ services:
|
||||
environment:
|
||||
- API_URL=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couchdb:5984
|
||||
depends_on:
|
||||
- couchdb
|
||||
db:
|
||||
condition: service_healthy
|
||||
restart: no
|
||||
logging:
|
||||
driver: "json-file"
|
||||
@@ -44,15 +49,14 @@ services:
|
||||
- VAPID_SUBJECT=${VAPID_SUBJECT}
|
||||
- GCM_API_KEY=${GCM_API_KEY}
|
||||
depends_on:
|
||||
- couchdb
|
||||
- db-migrations
|
||||
db:
|
||||
condition: service_healthy
|
||||
restart: true
|
||||
db-migrations:
|
||||
condition: service_completed_successfully
|
||||
restart: no
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "100m"
|
||||
max-file: "10"
|
||||
|
||||
volumes:
|
||||
couchdb_data:
|
||||
db_migrations_data:
|
||||
|
||||
Reference in New Issue
Block a user