Skip to content

Commit

Permalink
Add AWS location to compose file (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles authored Apr 23, 2024
1 parent 17d65ed commit e2be4b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/plat2-v2.s3.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ x-oasis-env: &server-env
OASIS_AWS_S3_ENDPOINT_URL: "http://localstack-s3:4572"
OASIS_AWS_ACCESS_KEY_ID: foobar
OASIS_AWS_SECRET_ACCESS_KEY: foobar
OASIS_AWS_LOCATION: 'oasis/server'

x-worker-env: &worker-env
OASIS_DEBUG: 1
Expand All @@ -52,6 +53,7 @@ x-worker-env: &worker-env
OASIS_AWS_S3_ENDPOINT_URL: "http://localstack-s3:4572"
OASIS_AWS_ACCESS_KEY_ID: foobar
OASIS_AWS_SECRET_ACCESS_KEY: foobar
OASIS_AWS_LOCATION: 'oasis/worker'

services:
localstack-s3:
Expand Down

0 comments on commit e2be4b7

Please sign in to comment.