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
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:
+2
-2
@@ -30,7 +30,7 @@ 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:
|
||||||
db:
|
couchdb:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: no
|
restart: no
|
||||||
logging:
|
logging:
|
||||||
@@ -49,7 +49,7 @@ 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:
|
||||||
db:
|
couchdb:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: true
|
restart: true
|
||||||
db-migrations:
|
db-migrations:
|
||||||
|
|||||||
Reference in New Issue
Block a user