Fix umami DATABASE_URL to use container name

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-16 08:09:57 +01:00
parent 755e5b5716
commit 70462f4bd5

View File

@@ -5,7 +5,7 @@ services:
container_name: umami container_name: umami
environment: environment:
TZ: ${TIMEZONE:-Europe/Amsterdam} TZ: ${TIMEZONE:-Europe/Amsterdam}
DATABASE_URL: postgresql://umami:umami@db:5432/umami DATABASE_URL: postgresql://umami:umami@umami_db:5432/umami
APP_SECRET: ${APP_SECRET} APP_SECRET: ${APP_SECRET}
depends_on: depends_on:
db: db: