21 lines
346 B
YAML
21 lines
346 B
YAML
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /home/nick/configs/uptime-kuma:/app/data
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
networks:
|
|
- default
|
|
- routing
|
|
dns:
|
|
- 1.1.1.1
|
|
- 1.0.0.1
|
|
|
|
networks:
|
|
routing:
|
|
external: true
|
|
name: routing
|