19 lines
563 B
YAML
19 lines
563 B
YAML
name: archive-control-cache
|
|
|
|
services:
|
|
archive-client:
|
|
image: sodium/archive-clients:v0.1.10
|
|
user: "1001:1001"
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
command: ["--config", "/etc/archive-control/client.toml"]
|
|
environment:
|
|
QB_USER: admin
|
|
volumes:
|
|
- ./client.toml:/etc/archive-control/client.toml:ro
|
|
- ./secrets:/run/secrets:ro
|
|
- ./state:/var/lib/archive-control
|
|
- ./backups:/var/backups/archive-control
|
|
- /home/ubuntu/Downloads:/data/qb
|
|
- /home/ubuntu/compose/syncthing/st_home:/data/sync
|