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 fde6c79 commit 7eeef42Copy full SHA for 7eeef42
services/simcore/docker-compose.yml
@@ -277,6 +277,7 @@ services:
277
- WEBSERVER_LOGLEVEL=${WEBSERVER_LOGLEVEL}
278
networks:
279
- default
280
+ - monitored
281
deploy:
282
# NOTE: https://github.com/ITISFoundation/osparc-simcore/pull/4286
283
# NOTE: this MUSTN'T change, or weird things might happen
@@ -309,6 +310,7 @@ services:
309
310
311
312
- interactive_services_subnet
313
314
hostname: "{{.Service.Name}}"
315
316
update_config:
@@ -510,6 +512,8 @@ services:
510
512
cpus: '0.1'
511
513
514
datcore-adapter:
515
+ networks:
516
517
518
replicas: ${SIMCORE_DATCORE_ADAPTER_REPLICAS}
519
0 commit comments