Files
proxmox/pbs-client/dev/compose.yml
T
Márcio Fernandes dc740a119a
/ build-image (push) Successful in 1m5s
clean container image
2026-07-18 11:15:50 +00:00

22 lines
552 B
YAML

name: pbsclient-dev
services:
shell:
build:
dockerfile: Dockerfile
context: ../docker
entrypoint: bash -c
command: "echo hello && tail -f /dev/null"
environment:
- PBS_PASSWORD=${PBS_PASSWORD}
- PBS_REPOSITORY=${PBS_REPOSITORY}
- PBS_FINGERPRINT=${PBS_FINGERPRINT}
cli:
build:
dockerfile: Dockerfile
context: ../docker
environment:
- PBS_PASSWORD=${PBS_PASSWORD}
- PBS_REPOSITORY=${PBS_REPOSITORY}
- PBS_FINGERPRINT=${PBS_FINGERPRINT}
command: "snapshot list"