15 lines
396 B
Text
15 lines
396 B
Text
|
[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
|
||
|
|