fix ci/cd
Deploy app frontend / app frontend (push) Successful in 1m12s
Deploy service couchdb / service couchdb (push) Successful in 15s
Deploy db-migrations / db-migrations (push) Successful in 50s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 47s
Deploy app frontend / app frontend (push) Successful in 1m12s
Deploy service couchdb / service couchdb (push) Successful in 15s
Deploy db-migrations / db-migrations (push) Successful in 50s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 47s
This commit is contained in:
+6
-2
@@ -18,7 +18,9 @@ services:
|
||||
|
||||
db-migrations:
|
||||
image: hereconnect/service-db-migrations:${DB_MIGRATIONS_TAG:-latest}
|
||||
build: build/service-db-migrations
|
||||
build:
|
||||
context: build/service-db-migrations
|
||||
dockerfile: ../../services/db-migrations/Dockerfile
|
||||
volumes:
|
||||
- db_migrations_data:/opt/db-migrations/data
|
||||
environment:
|
||||
@@ -34,7 +36,9 @@ services:
|
||||
|
||||
message-delivery-method-web-push:
|
||||
image: hereconnect/message-delivery-method-web-push:${MESSAGE_DELIVERY_METHOD_WEB_PUSH_TAG:-latest}
|
||||
build: build/service-message-delivery-method-web-push
|
||||
build:
|
||||
context: build/service-message-delivery-method-web-push
|
||||
dockerfile: ../../services/message-delivery-method-web-push/Dockerfile
|
||||
environment:
|
||||
- API_URL=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couchdb:5984
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user