compose.yaml erneut hinzugefügt
This commit is contained in:
Executable
+34
@@ -0,0 +1,34 @@
|
||||
services:
|
||||
duplicati:
|
||||
image: lscr.io/linuxserver/duplicati:latest
|
||||
container_name: duplicati
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- com.hanold.environment=production
|
||||
- wud.watch=true
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 2G
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
- SETTINGS_ENCRYPTION_KEY=e232082ac53182f82487df27fe2d19dd23de0b4cb91736f824f7d5deab5e2a74
|
||||
- CLI_ARGS= #optional
|
||||
- DUPLICATI__WEBSERVICE_PASSWORD= #optional
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- /media/openmediavault:/backups
|
||||
- /media:/source
|
||||
# - /media/webdav:/webdav
|
||||
- /opt:/docker-opt
|
||||
ports:
|
||||
- 9200:8200
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-q", "--spider", "http://localhost:8200"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 60s
|
||||
networks: {}
|
||||
Reference in New Issue
Block a user