2024-03-08 16:35:07 +01:00
|
|
|
services:
|
|
|
|
uptime-kuma:
|
2024-07-08 10:10:17 +02:00
|
|
|
image: docker.io/louislam/uptime-kuma:1
|
2024-03-08 16:35:07 +01:00
|
|
|
container_name: uptime-kuma
|
|
|
|
restart: always
|
|
|
|
environment:
|
|
|
|
- PUID={{ users['uptime_kuma'] }}
|
|
|
|
- PGID={{ users['uptime_kuma'] }}
|
|
|
|
ports:
|
|
|
|
- 127.0.0.1:{{ ports['uptime_kuma'] }}:3001
|
|
|
|
volumes:
|
|
|
|
- {{ volumes['uptime_kuma_datadir' ] }}:/app/data
|