Skip to content

Commit

Permalink
chore: expose s3 endpoint publicly for docker compose (#1319)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed Nov 13, 2024
1 parent 357589c commit 6108a95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docker/dev-full/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
rivet-server:
build:
Expand Down Expand Up @@ -162,6 +160,9 @@ services:
volumes:
- ./seaweedfs:/etc/seaweedfs:ro
- seaweedfs-data:/var/lib/seaweedfs
ports:
# S3
- "8000:8000"
networks:
- rivet-network
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion docker/dev-full/rivet-server/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ server:
s3:
region: us-east-1
endpoint_internal: http://seaweedfs:8000
endpoint_external: http://seaweedfs:8000
endpoint_external: http://127.0.0.1:8000
access_key_id: admin
secret_access_key: admin
nats:
Expand Down

0 comments on commit 6108a95

Please sign in to comment.