remove duplicati service and related volumes from docker-compose.yml
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 1m37s
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 1m37s
This commit is contained in:
parent
5ddb484b07
commit
c9ff1c8918
@ -216,38 +216,6 @@ services:
|
||||
- --rdb-save-incremental-fsync yes
|
||||
- --jemalloc-bg-thread yes
|
||||
|
||||
duplicati:
|
||||
image: duplicati/duplicati:2.1.1.101-canary
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
- DUPLICATI__WEBSERVICE_PASSWORD=${DUPLICATI_PASSWORD}
|
||||
- DUPLICATI__DISABLE_DB_ENCRYPTION=true
|
||||
- DUPLICATI__WEBSERVICE_INTERFACE=any
|
||||
- DUPLICATI__WEBSERVICE_ALLOWED_HOSTNAMES=duplicati.szabolcsi.dev
|
||||
- DUPLICATI__WEBSERVICE_TIMEZONE=Europe/Berlin
|
||||
volumes:
|
||||
- duplicati-data:/data
|
||||
- type: volume
|
||||
source: immich-data
|
||||
target: /backup/immich_data
|
||||
volume:
|
||||
nocopy: true
|
||||
read_only: true
|
||||
networks:
|
||||
- local
|
||||
- traefik
|
||||
deploy:
|
||||
replicas: 1
|
||||
<<: *api-deployment
|
||||
labels:
|
||||
<<: *traefik-labels
|
||||
traefik.http.routers.duplicati.rule: "Host(`duplicati.szabolcsi.dev`)"
|
||||
traefik.http.routers.duplicati.entrypoints: "https"
|
||||
traefik.http.routers.duplicati.tls: "true"
|
||||
traefik.http.routers.duplicati.tls.certresolver: "letsencrypt"
|
||||
traefik.http.routers.duplicati.middlewares: "local"
|
||||
traefik.http.services.duplicati.loadbalancer.server.port: "8200"
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
@ -286,16 +254,6 @@ volumes:
|
||||
driver: local
|
||||
redis-data:
|
||||
driver: local
|
||||
duplicati-data:
|
||||
name: duplicati-data
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: nfs
|
||||
device: ":/nfs_share/services/duplicati"
|
||||
o: "addr=10.0.0.3,rw,soft,nfsvers=4"
|
||||
immich-data:
|
||||
name: immich-data
|
||||
external: true
|
||||
|
||||
|
||||
configs:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user