Skip to content

Commit 31853f2

Browse files
author
Andrei Neagu
committed
Merge remote-tracking branch 'upstream/master' into pr-osparc-long-running-rabbitmq-client
2 parents 9b14fe5 + cebad23 commit 31853f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/pytest-simcore/src/pytest_simcore/simcore_services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"whoami",
4141
"sto-worker",
4242
"sto-worker-cpu-bound",
43-
"traefik-configuration-placeholder",
43+
"traefik-config-placeholder",
4444
}
4545
# TODO: unify healthcheck policies see https://github.com/ITISFoundation/osparc-simcore/pull/2281
4646
DEFAULT_SERVICE_HEALTHCHECK_ENTRYPOINT: Final[str] = "/v0/"

services/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ services:
15601560
#
15611561
# use fallback routes to return proper 503 (instead of 404)
15621562
# this service must be running at all times
1563-
traefik-configuration-placeholder:
1563+
traefik-config-placeholder:
15641564
image: busybox:1.35.0
15651565
command: sleep infinity
15661566
networks:

0 commit comments

Comments
 (0)