27 lines
743 B
YAML
27 lines
743 B
YAML
name: archive-control-archive
|
|
|
|
services:
|
|
archive-client:
|
|
image: sodium/archive-clients:v0.1.6
|
|
user: "1000:1000"
|
|
restart: unless-stopped
|
|
command: ["--config", "/etc/archive-control/client.toml"]
|
|
environment:
|
|
QB_USER: admin
|
|
networks:
|
|
- archive-services
|
|
volumes:
|
|
- ./client.toml:/etc/archive-control/client.toml:ro
|
|
- ./secrets:/run/secrets:ro
|
|
- ./state:/var/lib/archive-control
|
|
- ./backups:/var/backups/archive-control
|
|
- /media/Data:/data/qb
|
|
- /home/cyz/Repositories/syncthing/st_home:/data/sync
|
|
- /home/cyz/Sync:/data/sync/Sync
|
|
- /home/cyz/cache_pool:/data/sync/cache_pool
|
|
|
|
networks:
|
|
archive-services:
|
|
external: true
|
|
name: qb-frpc-v2ray_default
|