Skip to content

Commit 3b38113

Browse files
committed
tests projects rpc
1 parent c4084cb commit 3b38113

File tree

2 files changed

+75
-207
lines changed

2 files changed

+75
-207
lines changed

services/docker-compose.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -714,13 +714,11 @@ services:
714714
LONG_RUNNING_TASKS_NAMESPACE_SUFFIX: wb
715715

716716
# WEBSERVER_SERVER_HOST
717-
718717
WEBSERVER_HOST: ${WEBSERVER_HOST}
719718
WEBSERVER_PORT: ${WEBSERVER_PORT}
720719
WEBSERVER_RPC_NAMESPACE: ${WEBSERVER_HOST}
721720

722-
# WEBSERVER_SERVER_PORT
723-
721+
# WEBSERVER / -> index.html
724722
WEBSERVER_FRONTEND: ${WEBSERVER_FRONTEND}
725723

726724
# WEBSERVER_ACTIVITY
@@ -930,11 +928,12 @@ services:
930928
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
931929
environment:
932930
<<: *webserver_environment
931+
WEBSERVER_FUNCTIONS: ${WEBSERVER_FUNCTIONS} # needed for api-server
933932
WEBSERVER_HOST: ${WB_API_WEBSERVER_HOST}
934933
WEBSERVER_PORT: ${WB_API_WEBSERVER_PORT}
935934
WEBSERVER_RPC_NAMESPACE: ${WB_API_WEBSERVER_HOST}
935+
WEBSERVER_SOCKETIO: 0
936936
WEBSERVER_STATICWEB: "null"
937-
WEBSERVER_FUNCTIONS: ${WEBSERVER_FUNCTIONS} # needed for api-server
938937

939938
# NOTE: keep in sync with the prefix form the hostname
940939
LONG_RUNNING_TASKS_NAMESPACE_SUFFIX: api

0 commit comments

Comments
 (0)