-
-
Save heartshare/710194c8a0bf8a9bad6b91832d86ca57 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