Skip to content

Commit

Permalink
Merge pull request #131 from Open-MBEE/fix/docker-compose-pwd
Browse files Browse the repository at this point in the history
Fix PWD usage
  • Loading branch information
dlamoris authored Nov 8, 2023
2 parents f63ecc6 + 0b9ea76 commit aca0091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
hostname: minio-server
container_name: minio-server
env_file:
- ${PWD}/src/test/resources/test.env
- ./test.env
environment:
- MINIO_ACCESS_KEY=admintest
- MINIO_SECRET_KEY=admintest
Expand All @@ -28,7 +28,7 @@ services:
hostname: store-service
container_name: store-service
env_file:
- ${PWD}/src/test/resources/test.env
- ./test.env
environment:
- S3_ENDPOINT=http://minio-server:9000
- S3_REGION=somewhere
Expand Down

0 comments on commit aca0091

Please sign in to comment.