23 lines
438 B
YAML
23 lines
438 B
YAML
version: '3.9'
|
|
|
|
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
|