Reformat compose files
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -1,22 +1,20 @@
|
||||
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
|
||||
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
|
||||
routing:
|
||||
external: true
|
||||
name: routing
|
||||
|
Reference in New Issue
Block a user