mirror of
https://github.com/LukeHagar/pypistats.dev.git
synced 2025-12-06 12:47:48 +00:00
Add SERVICE_FQDN_WEB_3000 environment variable to docker-compose.yml for public URL generation
This commit is contained in:
@@ -39,6 +39,7 @@ services:
|
||||
REDIS_URL: redis://:${SERVICE_PASSWORD_REDIS}@redis:6379
|
||||
GOOGLE_PROJECT_ID: ${SERVICE_GOOGLE_PROJECT_ID}
|
||||
GOOGLE_APPLICATION_CREDENTIALS_JSON: ${SERVICE_GOOGLE_CREDENTIALS}
|
||||
SERVICE_FQDN_WEB_3000: "" # Coolify will generate the public URL
|
||||
ports:
|
||||
- "3000:3000"
|
||||
command: ["node", "build/index.js"]
|
||||
|
||||
Reference in New Issue
Block a user