We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20af461 commit 0661932Copy full SHA for 0661932
services/simcore/docker-compose.yml
@@ -214,7 +214,7 @@ services:
214
extra_hosts: []
215
216
wb-db-event-listener:
217
- hostname: "{{.Node.Hostname}}-{{.Service.Name}}"
+ hostname: "{{.Service.Name}}"
218
environment:
219
- WEBSERVER_LOGLEVEL=${WEBSERVER_LOGLEVEL}
220
networks:
@@ -487,7 +487,7 @@ services:
487
488
- monitored
489
- public
490
491
deploy:
492
# NOTE: https://github.com/ITISFoundation/osparc-simcore/pull/4286
493
# NOTE: this MUSTN'T change, or weird things might happen
0 commit comments