fix HEARTBEAT_INTERVAL
Deploy app frontend / app frontend (push) Successful in 2m31s
Deploy service couchdb / service couchdb (push) Successful in 29s
Deploy db-migrations / db-migrations (push) Successful in 1m37s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m38s
Deploy service tg-bot / service tg-bot (push) Successful in 1m51s

This commit is contained in:
2024-12-15 01:45:54 +02:00
parent f6c2e5da41
commit 7ef5ac45dc
+2
View File
@@ -48,6 +48,7 @@ services:
- API_URL=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couchdb:5984
- VAPID_SUBJECT=${VAPID_SUBJECT:-}
- GCM_API_KEY=${GCM_API_KEY:-}
- HEARTBEAT_INTERVAL=${HEARTBEAT_INTERVAL:-30000}
depends_on:
couchdb:
condition: service_healthy
@@ -70,6 +71,7 @@ services:
- API_URL=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couchdb:5984
- BOT_TOKEN=${BOT_TOKEN:-}
- READ_BASE_URL=${READ_BASE_URL:-}
- HEARTBEAT_INTERVAL=${HEARTBEAT_INTERVAL:-30000}
- DEBUG=${TG_BOT_DEBUG:-}
depends_on:
couchdb: