mirror of
https://github.com/edv-pi/pbs-client-docker.git
synced 2025-04-20 05:52:55 +02:00
27 lines
655 B
YAML
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 |