release: prepare production client deployment

This commit is contained in:
2026-07-23 15:35:07 +00:00
parent 7cd7a747f0
commit fbb7eb5d9c
14 changed files with 279 additions and 7 deletions
+26
View File
@@ -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