feat: update Duplicati Docker configuration to include notifications service and adjust volume paths
This commit is contained in:
parent
ce299365c9
commit
9cc0e5f7c3
@ -1,14 +1,29 @@
|
|||||||
name: duplicati
|
name: duplicati
|
||||||
services:
|
services:
|
||||||
server:
|
app:
|
||||||
image: lscr.io/linuxserver/duplicati:latest
|
image: lscr.io/linuxserver/duplicati:latest
|
||||||
environment:
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
- TZ=Europe/Amsterdam
|
- TZ=Europe/Amsterdam
|
||||||
- CLI_ARGS=
|
- CLI_ARGS=
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/config
|
- ./config:/config
|
||||||
- /mnt/20tb:/mnt
|
- /mnt:/mnt
|
||||||
- /etc/docker:/source/etc/docker
|
|
||||||
ports:
|
ports:
|
||||||
- 8200:8200
|
- 8200:8200
|
||||||
|
extra_hosts:
|
||||||
|
- host.docker.internal:host-gateway
|
||||||
restart: unless-stopped
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user