Skip to content

Instantly share code, notes, and snippets.

@arsalanses
Created October 28, 2025 14:23
Show Gist options
  • Select an option

  • Save arsalanses/fac1a0d531422fd280e63514e77bede7 to your computer and use it in GitHub Desktop.

Select an option

Save arsalanses/fac1a0d531422fd280e63514e77bede7 to your computer and use it in GitHub Desktop.
versitygw s3 gateway
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
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