2021-07-31 16:30:33 +01:00
|
|
|
version: "2.3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
uptime-kuma:
|
2022-05-07 11:37:49 +01:00
|
|
|
image: louislam/uptime-kuma:1.15.1-alpine
|
2021-07-31 16:30:33 +01:00
|
|
|
restart: unless-stopped
|
2021-09-25 21:08:42 +01:00
|
|
|
environment:
|
|
|
|
- PUID={{ docker_user.id }}
|
|
|
|
- PGID={{ docker_user.id }}
|
2022-01-11 20:51:12 +00:00
|
|
|
- TZ={{ timezone }}
|
2022-01-15 23:44:06 +00:00
|
|
|
networks:
|
|
|
|
- default
|
|
|
|
- traefik
|
2021-07-31 16:30:33 +01:00
|
|
|
volumes:
|
|
|
|
- ./data:/app/data
|
2022-05-19 09:39:30 +01:00
|
|
|
dns:
|
|
|
|
- 1.1.1.1
|
|
|
|
- 8.8.8.8
|
2021-07-31 16:30:33 +01:00
|
|
|
labels:
|
|
|
|
- traefik.enable=true
|
2021-09-25 21:34:18 +01:00
|
|
|
- traefik.http.routers.uptime-kuma.rule=Host(`status.theorangeone.net`)
|
2022-01-15 23:44:06 +00:00
|
|
|
|
|
|
|
networks:
|
|
|
|
traefik:
|
|
|
|
external: true
|