Skip to content

Instantly share code, notes, and snippets.

@siddolo
Created August 22, 2025 10:13
Show Gist options
  • Save siddolo/aff9dcb400b6f1b9080bec12b061d3e1 to your computer and use it in GitHub Desktop.
Save siddolo/aff9dcb400b6f1b9080bec12b061d3e1 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