We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfb837 commit a543f92Copy full SHA for a543f92
docker/edgev3/docker-compose.yml
@@ -67,7 +67,7 @@ services:
67
DATABASE_PASSWORD: ${DATABASE_PASSWORD}
68
APP_EXTERNAL_BASE_URL: https://${APP_EXTERNAL_HOSTNAME:-edge-dev.edgebioinformatics.org}
69
# 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
+ IO_BASE_DIR: ${IO_BASE_DIR_ON_HOST}
71
# These lines tell Docker to populate these _container_ environment variables (on left)
72
# with the values of the corresponding _host_ environment variables (on right).
73
JWT_SECRET: ${JWT_SECRET}
0 commit comments