Add smokeping
This commit is contained in:
0
mounts/smokeping/data/README.md
Normal file
0
mounts/smokeping/data/README.md
Normal file
@@ -13,6 +13,20 @@ services:
|
|||||||
- gotify_token
|
- gotify_token
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
smokeping:
|
||||||
|
image: linuxserver/smokeping
|
||||||
|
networks:
|
||||||
|
- traefik
|
||||||
|
volumes:
|
||||||
|
- smokeping:/data
|
||||||
|
# configs:
|
||||||
|
# - source: smokeping
|
||||||
|
# target: /config/
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
traefik.enable: true
|
||||||
|
traefik.http.routers.smokeping.rule: HostRegexp(`smokeping{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`)
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
docker:
|
docker:
|
||||||
external: true
|
external: true
|
||||||
@@ -25,10 +39,17 @@ volumes:
|
|||||||
type: none
|
type: none
|
||||||
o: bind
|
o: bind
|
||||||
device: ${MOUNT_DIR?}/diun/data/
|
device: ${MOUNT_DIR?}/diun/data/
|
||||||
|
smokeping:
|
||||||
|
driver_opts:
|
||||||
|
type: none
|
||||||
|
o: bind
|
||||||
|
device: ${MOUNT_DIR?}/smokeping/data/
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
diun:
|
diun:
|
||||||
file: ${MOUNT_DIR?}/diun/config/
|
file: ${MOUNT_DIR?}/diun/config/
|
||||||
|
# smokeping:
|
||||||
|
# file: ${MOUNT_DIR?}/smokeping/config/
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
gotify_token:
|
gotify_token:
|
||||||
|
|||||||
Reference in New Issue
Block a user