add secrets.BOT_WEBHOOK_URL
Deploy app frontend / app frontend (push) Successful in 2m3s
Deploy service couchdb / service couchdb (push) Successful in 26s
Deploy db-migrations / db-migrations (push) Successful in 1m30s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m30s
Deploy service tg-bot / service tg-bot (push) Successful in 1m23s
Deploy app frontend / app frontend (push) Successful in 2m3s
Deploy service couchdb / service couchdb (push) Successful in 26s
Deploy db-migrations / db-migrations (push) Successful in 1m30s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m30s
Deploy service tg-bot / service tg-bot (push) Successful in 1m23s
This commit is contained in:
+2
-1
@@ -71,12 +71,13 @@ services:
|
||||
environment:
|
||||
- API_URL=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couchdb:5984
|
||||
- BOT_TOKEN=${BOT_TOKEN:-}
|
||||
- BOT_WEBHOOK_URL=${BOT_WEBHOOK_URL:-}
|
||||
- BOT_USE_CHANGES_DB_UPDATES=${BOT_USE_CHANGES_DB_UPDATES:-}
|
||||
- READ_BASE_URL=${READ_BASE_URL:-}
|
||||
- APP_BASE_URL=${APP_BASE_URL:-}
|
||||
- HEARTBEAT_INTERVAL=${HEARTBEAT_INTERVAL:-30000}
|
||||
- DEBUG=${TG_BOT_DEBUG:-}
|
||||
- PUBLIC_API_URL=${PUBLIC_API_URL:-}
|
||||
- BOT_USE_CHANGES_DB_UPDATES=${BOT_USE_CHANGES_DB_UPDATES:-}
|
||||
depends_on:
|
||||
couchdb:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user