s3-proxy/docker-compose.yml
Djeeberjr f5d79ac323
All checks were successful
continuous-integration/drone/push Build is passing
updated example docker compose
2021-12-31 01:31:55 +01:00

12 lines
215 B
YAML

version: "3"
services:
s3-proxy:
image: djeeberjr/s3-proxy
build: .
container_name: s3-proxy
environment:
- S3_ENDPOINT=s3.idontknow.com
- S3_BUCKET=public
ports:
- 3000:3000