Configure Umami service: set HOSTNAME and PORT environment variables
This commit is contained in:
@@ -124,6 +124,8 @@ services:
|
||||
DATABASE_URL: postgresql://umami:${UMAMI_DB_PASS}@umami-db:5432/umami
|
||||
APP_SECRET: ${UMAMI_APP_SECRET}
|
||||
TRACKER_SCRIPT_NAME: umami
|
||||
HOSTNAME: "0.0.0.0"
|
||||
PORT: "3000"
|
||||
TZ: "${TZ}"
|
||||
networks: [traefik_proxy, internal]
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user