Compare commits

...

10 Commits

Author SHA1 Message Date
eb7a55937b Update wyl/docker-compose.yml 2025-11-27 22:52:29 +00:00
cab5617a00 Upload files to "wyl" 2025-11-27 22:39:26 +00:00
905907e390 Delete WatchYourLAN/docker-compose.yml 2025-11-27 22:39:04 +00:00
17f072e0ca Upload files to "WatchYourLAN" 2025-11-27 22:36:36 +00:00
e7d62af943 Update uptime-kuma/docker-compose.yml
Use "media" rather than "mnt"
2025-11-27 22:08:18 +00:00
367565dd76 Update duplicati/docker-compose.yml
use "media" rather than "mnt"
2025-11-27 22:07:37 +00:00
d16765ab53 Update diun/docker-compose.yml
Use "media" rather than "mnt"
2025-11-27 22:06:14 +00:00
0da139846d Upload files to "nut" 2025-11-27 21:57:57 +00:00
5de622dcab Update uptime-kuma/docker-compose.yml
Upgrade to latest version 2.0.2
2025-11-27 21:50:56 +00:00
6f0610a7f2 Update uptime-kuma/docker-compose.yml 2025-11-27 21:46:24 +00:00
5 changed files with 32 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ services:
container_name: diun container_name: diun
command: serve command: serve
volumes: volumes:
- "/mnt/sda1/docker/diun/data:/data" - "/media/sda1/docker/diun/data:/data"
- "/var/run/docker.sock:/var/run/docker.sock" - "/var/run/docker.sock:/var/run/docker.sock"
environment: environment:
- "TZ=Europe/London" - "TZ=Europe/London"

View File

@@ -12,8 +12,8 @@ services:
- SETTINGS_ENCRYPTION_KEY="HOLLYHOCKHOUSE" - SETTINGS_ENCRYPTION_KEY="HOLLYHOCKHOUSE"
- DUPLICATI__WEBSERVICE_PASSWORD= #optional - DUPLICATI__WEBSERVICE_PASSWORD= #optional
volumes: volumes:
- /mnt/sda1/docker/duplicati/config:/config - /media/sda1/docker/duplicati/config:/config
- /mnt/sda1/docker/duplicati/backups:/backups - /media/sda1/docker/duplicati/backups:/backups
- /:/source - /:/source
ports: ports:
- 8200:8200 - 8200:8200

15
nut/docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
nut-web:
image: 'ghcr.io/superioone/nut_webgui:latest'
ports:
- '9000:9000'
environment:
- UPSD_ADDR=192.168.1.22
- UPSD_USER=upsmon
- UPSD_PASS=Abingdon2025
- POLL_FREQ=60
- POLL_INTERVAL=5
- UPSD_PORT=3493
restart: unless-stopped
container_name: nut-web

View File

@@ -6,6 +6,6 @@ services:
ports: ports:
- "3010:3001" - "3010:3001"
volumes: volumes:
- /mnt/sda1/docker/uptime-kuma:/app/data - /media/sda1/docker/uptime-kuma:/app/data
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock

13
wyl/docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
wactchyourlan:
image: aceberg/watchyourlan
container_name: wyl
restart: unless-stopped
environment:
- IFACES=eth0
- TZ=Europe/London
network_mode: "host"
volumes:
- /media/sda1/WatchYourLAN:/data/WatchYourLAN