release: prepare production client deployment
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
name: archive-control-archive
|
||||
|
||||
services:
|
||||
archive-client:
|
||||
image: sodium/archive-clients:v0.1.0
|
||||
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
|
||||
Reference in New Issue
Block a user