feat: add archive client foundation
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
client:
|
||||
image: sodium/archive-clients:dev
|
||||
build: .
|
||||
user: "1001:1001"
|
||||
command: ["--config", "/etc/archive-control/client.toml", "--check-config"]
|
||||
volumes:
|
||||
- ./examples/client.toml:/etc/archive-control/client.toml:ro
|
||||
- ./state:/var/lib/archive-control
|
||||
- ./backups:/var/backups/archive-control
|
||||
- ./secrets:/run/secrets:ro
|
||||
- ./data/qb:/data/qb
|
||||
- ./data/sync:/data/sync
|
||||
Reference in New Issue
Block a user