feat: update Duplicati Docker configuration to include notifications service and adjust volume paths

This commit is contained in:
Menno van Leeuwen 2024-11-14 22:31:05 +01:00
parent ce299365c9
commit 9cc0e5f7c3
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -1,14 +1,29 @@
name: duplicati
services:
server:
app:
image: lscr.io/linuxserver/duplicati:latest
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
- CLI_ARGS=
volumes:
- ./data:/config
- /mnt/20tb:/mnt
- /etc/docker:/source/etc/docker
- ./config:/config
- /mnt:/mnt
ports:
- 8200:8200
extra_hosts:
- host.docker.internal:host-gateway
restart: unless-stopped
notifications:
image: ghcr.io/vleeuwenmenno/duplicati-discord-notification:main
ports:
- 5334:5000
extra_hosts:
- host.docker.internal:host-gateway
restart: unless-stopped