Skip to content

Instantly share code, notes, and snippets.

@heartshare
Forked from siddolo/docker-compose.yml
Created June 3, 2026 02:16
Show Gist options
  • Select an option

  • Save heartshare/710194c8a0bf8a9bad6b91832d86ca57 to your computer and use it in GitHub Desktop.

Select an option

Save heartshare/710194c8a0bf8a9bad6b91832d86ca57 to your computer and use it in GitHub Desktop.
Proxmox Backup Server (PBS) proxy to S3
# https://github.com/tizbac/pmoxs3backuproxy
name: pmoxs3backuproxy
services:
pmoxs3backuproxy:
image: ghcr.io/tizbac/pmoxs3backuproxy:latest
command: -bind 0.0.0.0:8007 -endpoint s3.us-west-001.backblazeb2.com -usessl --debug
container_name: pmoxs3backuproxy
hostname: pmoxs3backuproxy
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
network_mode: host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment