fix env APP_BASE_URL
Deploy app frontend / app frontend (push) Successful in 2m42s
Deploy service couchdb / service couchdb (push) Successful in 31s
Deploy db-migrations / db-migrations (push) Successful in 1m47s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 2m14s
Deploy service tg-bot / service tg-bot (push) Failing after 2m9s
Deploy app frontend / app frontend (push) Successful in 2m42s
Deploy service couchdb / service couchdb (push) Successful in 31s
Deploy db-migrations / db-migrations (push) Successful in 1m47s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 2m14s
Deploy service tg-bot / service tg-bot (push) Failing after 2m9s
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ services:
|
|||||||
- API_URL=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couchdb:5984
|
- API_URL=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couchdb:5984
|
||||||
- BOT_TOKEN=${BOT_TOKEN:-}
|
- BOT_TOKEN=${BOT_TOKEN:-}
|
||||||
- READ_BASE_URL=${READ_BASE_URL:-}
|
- READ_BASE_URL=${READ_BASE_URL:-}
|
||||||
- APP_BASE_URL=${TG_BOT_APP_BASE_URL:-}
|
- APP_BASE_URL=${APP_BASE_URL:-}
|
||||||
- HEARTBEAT_INTERVAL=${HEARTBEAT_INTERVAL:-30000}
|
- HEARTBEAT_INTERVAL=${HEARTBEAT_INTERVAL:-30000}
|
||||||
- DEBUG=${TG_BOT_DEBUG:-}
|
- DEBUG=${TG_BOT_DEBUG:-}
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user