Feature/itcc lens2#365
Conversation
| HTTP_PROXY: ${HTTP_PROXY_URL} | ||
| HTTPS_PROXY: ${HTTPS_PROXY_URL} | ||
| NO_PROXY: beam-proxy |
There was a problem hiding this comment.
Spot should not need any proxy vars as it's only talking to local components
| container_name: lens_federated-search | ||
| image: docker.verbis.dkfz.de/ccp/lens:${SITE_ID} | ||
| container_name: lens_itcc_explorer | ||
| image: ghcr.io/samply/itcc-explorer:fix-setup |
There was a problem hiding this comment.
Is it correct that this uses a feature branch (and a ghcr image)?
There was a problem hiding this comment.
No it is now on samply/itcc-explorer:develop also provided
| @@ -1,33 +1,46 @@ | |||
| version: "3.7" | |||
| services: | |||
| landing: | |||
There was a problem hiding this comment.
Is it intended that this overrides the config for the default landing page in minimal/docker-compose.yml? If so I am not sure doing it like that is the best idea as this will try to merge the two landing definitions which might result in strange behavior . In the dnpm-node-compose.yml we just did this
bridgehead/minimal/modules/dnpm-node-compose.yml
Lines 98 to 100 in 7dc9e2e
There was a problem hiding this comment.
I have to look with behaviour is intended in future
There was a problem hiding this comment.
- "traefik.http.routers.blaze_itcc.rule=Host(
${HOST}) && PathPrefix(/itcc-localdatamanagement)" - "traefik.http.routers.itcc.rule=Host(
${HOST}) && PathPrefix(/)" - "traefik.http.routers.omics.rule=Host(
${HOST}) && PathPrefix(/api/omics)"
Projekt itcc migration lens 1 -> 2 and API omics Upload data endpoint with endpoint security ApiKey