Quadlets/umami/umami.container

15 lines
396 B
Text
Raw Permalink Normal View History

2024-11-30 00:35:36 -06:00
[Container]
ContainerName=umami
Environment=DATABASE_URL=postgresql://umami:umami@umami-db:5432/umami DATABASE_TYPE=postgresql APP_SECRET=replace-me-with-a-random-string
HealthCmd=curl http://localhost:3000/api/heartbeat
HealthInterval=5s
HealthRetries=5
HealthTimeout=5s
Image=ghcr.io/umami-software/umami:postgresql-latest
PublishPort=3000:3000
Network=umami.network
[Service]
Restart=always