You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/docker-compose.yml
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -714,13 +714,11 @@ services:
714
714
LONG_RUNNING_TASKS_NAMESPACE_SUFFIX: wb
715
715
716
716
# WEBSERVER_SERVER_HOST
717
-
718
717
WEBSERVER_HOST: ${WEBSERVER_HOST}
719
718
WEBSERVER_PORT: ${WEBSERVER_PORT}
720
719
WEBSERVER_RPC_NAMESPACE: ${WEBSERVER_HOST}
721
720
722
-
# WEBSERVER_SERVER_PORT
723
-
721
+
# WEBSERVER / -> index.html
724
722
WEBSERVER_FRONTEND: ${WEBSERVER_FRONTEND}
725
723
726
724
# WEBSERVER_ACTIVITY
@@ -930,11 +928,12 @@ services:
930
928
hostname: "api-{{.Node.Hostname}}-{{.Task.Slot}}"# the hostname is used in conjonction with other services and must be unique see https://github.com/ITISFoundation/osparc-simcore/pull/5931
931
929
environment:
932
930
<<: *webserver_environment
931
+
WEBSERVER_FUNCTIONS: ${WEBSERVER_FUNCTIONS} # needed for api-server
933
932
WEBSERVER_HOST: ${WB_API_WEBSERVER_HOST}
934
933
WEBSERVER_PORT: ${WB_API_WEBSERVER_PORT}
935
934
WEBSERVER_RPC_NAMESPACE: ${WB_API_WEBSERVER_HOST}
935
+
WEBSERVER_SOCKETIO: 0
936
936
WEBSERVER_STATICWEB: "null"
937
-
WEBSERVER_FUNCTIONS: ${WEBSERVER_FUNCTIONS} # needed for api-server
938
937
939
938
# NOTE: keep in sync with the prefix form the hostname
0 commit comments