forked from catalin/fukuops
feat: remove backrest
This commit is contained in:
parent
3c676e9151
commit
6b934e23dc
1 changed files with 0 additions and 19 deletions
|
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
services:
|
||||
backrest:
|
||||
image: garethgeorge/backrest:v1.11.2
|
||||
container_name: backrest
|
||||
hostname: backrest
|
||||
volumes:
|
||||
- ${DATA2BACKUP_DIR:-/mnt/zeruel}:/data2backup
|
||||
- ${BACKREST_DATA_DIR:-/mnt/zeruel/nas1/shared/backrest/data}:/data
|
||||
- ${BACKREST_CONFIG_DIR:-/mnt/zeruel/nas1/shared/backrest/config}:/config
|
||||
- ${BACKREST_CACHE_DIR:-/mnt/zeruel/nas1/shared/backrest}:/cache
|
||||
environment:
|
||||
- BACKREST_DATA=/data
|
||||
- BACKREST_CONFIG=/config/config.json
|
||||
- XDG_CACHE_HOME=/cache
|
||||
- TZ=Europe/Madrid
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "9898:9898"
|
||||
Loading…
Add table
Add a link
Reference in a new issue