Skip to content

Commit 3621f89

Browse files
committed
Remove stale comments
1 parent d0de08f commit 3621f89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

services/simcore/docker-compose.yml.j2

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ services:
822822
#
823823
# use fallback routes to return proper 503 (instead of 404)
824824
# this service must be running at all times
825-
ops-traefik-configuration-placeholder: # TODO reuse same skeleton
825+
ops-traefik-configuration-placeholder:
826826
image: busybox:1.35.0
827827
command: sleep infinity
828828
networks:
@@ -844,7 +844,6 @@ services:
844844
- traefik.enable=true
845845

846846
### oSparc web (fallback low priority rule)
847-
# TODO: remove copy / paste
848847
- traefik.http.routers.${SWARM_STACK_NAME}_simcore_http_fallback.entrypoints=https
849848
- traefik.http.routers.${SWARM_STACK_NAME}_simcore_http_fallback.tls=true
850849
- traefik.http.routers.${SWARM_STACK_NAME}_simcore_http_fallback.middlewares=ops_gzip@swarm, ops_sslheader@swarm, ops_ratelimit@swarm
@@ -858,7 +857,6 @@ services:
858857
- traefik.http.services.${SWARM_STACK_NAME}_simcore_http_fallback.loadbalancer.healthcheck.timeout=1ms
859858

860859
### oSparc publicAPI (fallback low priority rule)
861-
# TODO: remove copy / paste
862860
- traefik.http.routers.${SWARM_STACK_NAME}_simcore_api_fallback.rule=(${DEPLOYMENT_API_DOMAIN_CAPTURE_TRAEFIK_RULE}) && PathPrefix(`/`)
863861
- traefik.http.routers.${SWARM_STACK_NAME}_simcore_api_fallback.priority=1
864862
- traefik.http.routers.${SWARM_STACK_NAME}_simcore_api_fallback.entrypoints=https

0 commit comments

Comments
 (0)