1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-04 20:55:19 +02:00

refactor: Update S3 configuration and endpoint handling

This commit is contained in:
Sean Morley 2024-06-10 01:16:34 +00:00
parent feed624601
commit b660dcad08
2 changed files with 9 additions and 7 deletions

View file

@ -8,12 +8,10 @@ services:
# ORIGIN is only necessary when not using a reverse proxy or hosting that includes https
- ORIGIN=http://localhost:3000
- SKIP_DB_WAIT=false
- MINIO_SERVER_URL=minio
- MINIO_CLIENT_URL=http://localhost:9000
- MINIO_ENDPOINT=minio
- MINIO_ACCESS_KEY=minioadmin
- MINIO_SECRET_KEY=minioadmin
- MINIO_USE_SSL=false
- AWS_ACCESS_KEY_ID=minioadmin
- AWS_SECRET_ACCESS_KEY=minioadmin
- AWS_S3_ENDPOINT=http://minio:9000
- MINIO_CLIENT_OVERRIDE=http://localhost:9000
- BODY_SIZE_LIMIT=Infinity
# Only necessary for externally hosted databases such as NeonDB
depends_on: