Created
October 28, 2025 14:23
-
-
Save arsalanses/fac1a0d531422fd280e63514e77bede7 to your computer and use it in GitHub Desktop.
versitygw s3 gateway
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
| services: | |
| versitygw: | |
| image: ghcr.io/versity/versitygw:v1.0.18 | |
| container_name: versitygw | |
| restart: unless-stopped | |
| ports: | |
| - "127.0.0.1:7070:7070" | |
| command: | |
| - "s3" | |
| - "--access" | |
| - "Q3AM3UQ867SPQQA43P2F" | |
| - "--secret" | |
| - "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG" | |
| - "--endpoint" | |
| - "https://play.min.io" | |
| environment: | |
| - ROOT_ACCESS_KEY=bb18731a6942f059a5b9 | |
| - ROOT_SECRET_KEY=76808a9af28c57ff487a127caa62a3 | |
| # - VGW_REGION=us-east-1 |
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
| services: | |
| versitygw: | |
| image: ghcr.io/versity/versitygw:v1.0.18 | |
| container_name: versitygw | |
| restart: unless-stopped | |
| ports: | |
| - "127.0.0.1:7070:7070" | |
| volumes: | |
| - ./data:/data:rw | |
| command: | |
| - "posix" | |
| - "/data" | |
| environment: | |
| - VGW_BACKEND=posix | |
| - VGW_BACKEND_ARG=/data | |
| - ROOT_ACCESS_KEY=bb18731a6942f059a5b9 | |
| - ROOT_SECRET_KEY=76808a9af28c57ff487a127caa62a3 | |
| # - VGW_REGION=us-east-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment