Skip to content

Commit a543f92

Browse files
committed
replaced hardcoded environment variable
1 parent 6dfb837 commit a543f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/edgev3/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ services:
6767
DATABASE_PASSWORD: ${DATABASE_PASSWORD}
6868
APP_EXTERNAL_BASE_URL: https://${APP_EXTERNAL_HOSTNAME:-edge-dev.edgebioinformatics.org}
6969
# Set `IO_BASE_DIR` to the path at which the persistent volume is mounted (see `volumes` above).
70-
IO_BASE_DIR: /project/EDGEv3-cluster/EDGEv3/io
70+
IO_BASE_DIR: ${IO_BASE_DIR_ON_HOST}
7171
# These lines tell Docker to populate these _container_ environment variables (on left)
7272
# with the values of the corresponding _host_ environment variables (on right).
7373
JWT_SECRET: ${JWT_SECRET}

0 commit comments

Comments
 (0)