We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5932f7f commit 560798aCopy full SHA for 560798a
services/docker-compose.yml
@@ -62,6 +62,7 @@ services:
62
- DIRECTOR_PORT=8080
63
- STORAGE_HOST=storage
64
- STORAGE_PORT=8080
65
+ - CATALOG_HOST=${CATALOG_HOST:-catalog}
66
- SWARM_STACK_NAME=${SWARM_STACK_NAME:-simcore}
67
- WEBSERVER_MONITORING_ENABLED=1
68
- WEBSERVER_LOGLEVEL=${LOG_LEVEL:-WARNING}
services/web/server/src/simcore_service_webserver/config/server-docker-prod.yaml
@@ -65,7 +65,7 @@ storage:
port: ${STORAGE_PORT}
version: v0
catalog:
- host: catalog
+ host: ${CATALOG_HOST}
69
port: 8000
70
71
rest:
0 commit comments