Created
August 22, 2025 10:13
-
-
Save siddolo/aff9dcb400b6f1b9080bec12b061d3e1 to your computer and use it in GitHub Desktop.
Proxmox Backup Server (PBS) proxy to S3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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