Skip to content

Commit 466edaa

Browse files
committed
added volumes
1 parent 9d62949 commit 466edaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ services:
1313
AWS_ACCESS_KEY_ID: "my-access-key"
1414
AWS_SECRET_ACCESS_KEY: "my-secret-access-key"
1515
DREXEL_TMS_SHIB_IDP_SESSION_COOKIE: ${DREXEL_TMS_SHIB_IDP_SESSION_COOKIE}
16+
volumes:
17+
- ./:/app
1618
depends_on:
1719
- postgres
1820
- localstack

0 commit comments

Comments
 (0)