Skip to content

Commit

Permalink
Merge pull request AppFlowy-IO#206 from jessebot/update-env-vars
Browse files Browse the repository at this point in the history
fix: update the S3 env vars in docker-compose.yml to not have `AWS` in them
  • Loading branch information
speed2exe authored Dec 13, 2023
2 parents efdd35a + eba3876 commit edbb0dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ services:
- APP__GOTRUE__ADMIN_PASSWORD=${GOTRUE_ADMIN_PASSWORD}
- APP__S3__USE_MINIO=${USE_MINIO}
- APP__S3__MINIO_URL=${MINIO_URL:-http://minio:9000}
- APP__S3__AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
- APP__S3__AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
- APP__S3__AWS_S3_BUCKET=${AWS_S3_BUCKET}
- APP__S3__AWS_REGION=${AWS_REGION}
- APP__S3__ACCESS_KEY=${AWS_ACCESS_KEY_ID}
- APP__S3__SECRET_KEY=${AWS_SECRET_ACCESS_KEY}
- APP__S3__BUCKET=${AWS_S3_BUCKET}
- APP__S3__REGION=${AWS_REGION}
build:
context: .
dockerfile: Dockerfile
Expand Down

0 comments on commit edbb0dd

Please sign in to comment.