Skip to content

Commit

Permalink
Fix 349 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyCanCode authored Oct 18, 2024
1 parent 101a03a commit b33d84a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
20 changes: 3 additions & 17 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
# add aws keys as dropwizard config
JAVA_OPTS: -Ddw.awsAccessKey=$AWS_ACCESS_KEY_ID -Ddw.awsSecretKey=$AWS_SECRET_ACCESS_KEY
volumes:
- credentials:/tmp/credentials/
- ./regtests/credentials:/tmp/credentials/

healthcheck:
test: ["CMD", "curl", "http://localhost:8182/healthcheck"]
Expand Down Expand Up @@ -66,19 +66,5 @@ services:
AWS_CROSS_REGION_BUCKET: $AWS_CROSS_REGION_BUCKET
AWS_ROLE_FOR_CROSS_REGION_BUCKET: $AWS_ROLE_FOR_CROSS_REGION_BUCKET
volumes:
- local_output:/tmp/polaris-regtests/
- credentials:/tmp/credentials/

volumes:
local_output:
driver: local
driver_opts:
o: bind
type: none
device: ./regtests/output
credentials:
driver: local
driver_opts:
o: bind
type: none
device: ./regtests/credentials
- ./regtests/output:/tmp/polaris-regtests/
- ./regtests/credentials:/tmp/credentials/
10 changes: 1 addition & 9 deletions getting-started/spark/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,4 @@ services:
AWS_REGION: us-west-2
POLARIS_HOST: polaris
volumes:
- notebooks:/home/jovyan/notebooks

volumes:
notebooks:
driver: local
driver_opts:
o: bind
type: none
device: ./notebooks/
- ./notebooks:/home/jovyan/notebooks

0 comments on commit b33d84a

Please sign in to comment.