We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d62949 commit 466edaaCopy full SHA for 466edaa
docker-compose.yml
@@ -13,6 +13,8 @@ services:
13
AWS_ACCESS_KEY_ID: "my-access-key"
14
AWS_SECRET_ACCESS_KEY: "my-secret-access-key"
15
DREXEL_TMS_SHIB_IDP_SESSION_COOKIE: ${DREXEL_TMS_SHIB_IDP_SESSION_COOKIE}
16
+ volumes:
17
+ - ./:/app
18
depends_on:
19
- postgres
20
- localstack
0 commit comments