mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-04-25 10:55:49 +02:00
Compare commits
No commits in common. "e1c25b02d320a761b997d827e5d740a7d5a85461" and "14dc5d79ac41d5aa09558e8beeff8594c92cba36" have entirely different histories.
e1c25b02d3
...
14dc5d79ac
@ -1,26 +0,0 @@
|
||||
services:
|
||||
backrest:
|
||||
image: garethgeorge/backrest
|
||||
container_name: backrest
|
||||
networks:
|
||||
- backrest
|
||||
ports:
|
||||
- 9898:9898
|
||||
volumes:
|
||||
- ${APPS_DIR}/backrest/data:/data
|
||||
- ${APPS_DIR}/backrest/config:/config
|
||||
- ${APPS_DIR}/backrest/cache:/cache
|
||||
- /apps:/userdata/docker # [optional] mount local paths to backup here.
|
||||
- ${DATA_DIR}/nextcloud-data:/userdata/nextcloud
|
||||
- ${DATA_DIR}/backup/hustler:/repos/hustler # [optional] mount repos if using local storage, not necessary for remotes e.g. B2, S3, etc.
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro # [optional] if you want to manage containers before/after backup
|
||||
environment:
|
||||
- BACKREST_DATA=/data # path for backrest data. restic binary and the database are placed here.
|
||||
- BACKREST_CONFIG=/config/config.json # path for the backrest config file.
|
||||
- XDG_CACHE_HOME=/cache # path for the restic cache which greatly improves performance.
|
||||
- TZ=${TIMEZONE} # set the timezone for the container, used as the timezone for cron jobs.
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
backrest:
|
||||
name: backrest
|
@ -51,10 +51,8 @@ services:
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /mnt/parity1/.beszel:/extra-filesystems/sdd1:ro
|
||||
- /mnt/parity/.beszel:/extra-filesystems/sdc1:ro
|
||||
- /mnt/disk1/.beszel:/extra-filesystems/sdb1:ro
|
||||
- /mnt/disk2/.beszel:/extra-filesystems/sda1:ro
|
||||
- /mnt/disk3/.beszel:/extra-filesystems/sdc1:ro
|
||||
environment:
|
||||
- PORT=45876
|
||||
# Do not remove quotes around the key
|
||||
|
Loading…
x
Reference in New Issue
Block a user