Skip to content

Commit

Permalink
🚧 DevOps Changes for PR ITISFoundation/osparc-simcore#4487
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiser committed Jul 13, 2023
1 parent 9f2202e commit 4b21fe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/simcore/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ services:
- GUNICORN_CMD_ARGS=--timeout=90
- PROJECTS_MAX_COPY_SIZE_BYTES=${PROJECTS_MAX_COPY_SIZE_BYTES}
- WEBSERVER_LOGLEVEL=${WEBSERVER_LOGLEVEL}
- WEBSERVER_ANNOUNCEMENTS=${WEBSERVER_ANNOUNCEMENTS}
deploy:
labels:
# ssl header necessary so that socket.io upgrades correctly from polling to websocket mode. the middleware must be attached to the right connection.
Expand Down
1 change: 1 addition & 0 deletions services/simcore/template.env
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ TWILIO_COUNTRY_CODES_W_ALPHANUMERIC_SID_SUPPORT=${TWILIO_COUNTRY_CODES_W_ALPHANU

WEBSERVER_DEV_FEATURES_ENABLED=${WEBSERVER_DEV_FEATURES_ENABLED}
WEBSERVER_HOST=${WEBSERVER_HOST}
WEBSERVER_ANNOUNCEMENTS=${WEBSERVER_ANNOUNCEMENTS}
WEBSERVER_LOGIN_REGISTRATION_CONFIRMATION_REQUIRED=${WEBSERVER_LOGIN_REGISTRATION_CONFIRMATION_REQUIRED}
WEBSERVER_LOGIN_REGISTRATION_INVITATION_REQUIRED=${WEBSERVER_LOGIN_REGISTRATION_INVITATION_REQUIRED}
WEBSERVER_SESSION_SECRET_KEY=${WEBSERVER_SESSION_SECRET_KEY}
Expand Down

0 comments on commit 4b21fe8

Please sign in to comment.