Skip to content

Commit

Permalink
Fix docker-compose
Browse files Browse the repository at this point in the history
Signed-off-by: Ameena Suhani S H <[email protected]>
  • Loading branch information
Ameenasuhani committed May 30, 2024
1 parent 7b3760c commit 88935ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.
16 changes: 1 addition & 15 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ services:
s3gw:
image: quay.io/s3gw/s3gw:latest
restart: always
command:
- "--rgw-backend-store"
- "sfs"
ports:
- "7480:7480"
environment:
Expand All @@ -24,18 +21,7 @@ services:
ports:
- "8080:8080"
environment:
RGW_SERVICE_URL: "http://localhost:3080"

proxy:
image: docker.io/nginx:latest
restart: always
depends_on:
- s3gw-ui
ports:
- "80:80"
- "3080:3080"
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
S3GW_SERVICE_URL: "http://localhost:7480"

volumes:
data:
35 changes: 0 additions & 35 deletions nginx.conf

This file was deleted.

0 comments on commit 88935ee

Please sign in to comment.