fix PUBLIC_API_URL env
Deploy app frontend / app frontend (push) Successful in 2m45s
Deploy service couchdb / service couchdb (push) Successful in 28s
Deploy db-migrations / db-migrations (push) Successful in 1m48s
Deploy service tg-bot / service tg-bot (push) Successful in 2m0s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 2m16s

This commit is contained in:
2024-12-15 10:28:27 +02:00
parent 23fc3a3aa4
commit 7125123c5f
2 changed files with 3 additions and 5 deletions
+1
View File
@@ -74,6 +74,7 @@ services:
- APP_BASE_URL=${APP_BASE_URL:-}
- HEARTBEAT_INTERVAL=${HEARTBEAT_INTERVAL:-30000}
- DEBUG=${TG_BOT_DEBUG:-}
- PUBLIC_API_URL=${PUBLIC_API_URL:-}
depends_on:
couchdb:
condition: service_healthy