pbs-client-docker/docker-compose/docker-compose.yml
Tobias Müller 31286b4b71
All checks were successful
Build And Test / build (push) Successful in 42s
got mounting working, added needed params to exmaple docker-compose
2025-01-19 03:00:36 +01:00

27 lines
655 B
YAML

services:
pbs-client:
image: tmueller/pbs-client
container_name: pbs-client
hostname: pbs-client
restart: unless-stopped
env_file:
- .env
tmpfs:
- /tmp
- /run:exec
volumes:
- ./pbsconfig/:/root/.config/proxmox-backup/
- ./backups/test1:/backups/test1:ro
- ./backups/test2:/backups/test2:ro
- ./backups/test3:/backups/test3:ro
- type: bind
source: /restore
target: /restore
bind:
propagation: rshared
cap_add:
- SYS_ADMIN
devices:
- /dev/fuse:/dev/fuse
security_opt:
- apparmor:unconfined