Skip to content

Commit

Permalink
fix: deactivate landingpage for KR project (#234)
Browse files Browse the repository at this point in the history
fix: deactivate landingpage for KR project
  • Loading branch information
PierreDelpy authored Oct 9, 2024
1 parent f328e40 commit 072ee34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kr/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
version: "3.7"

services:
landing:
deploy:
replicas: 0 #deactivate landing page

blaze:
image: docker.verbis.dkfz.de/cache/samply/blaze:0.28
container_name: bridgehead-kr-blaze
Expand Down
2 changes: 2 additions & 0 deletions kr/modules/lens-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
version: "3.7"
services:
landing:
deploy:
replicas: 1 #reactivate if lens is in use
container_name: lens_federated-search
image: docker.verbis.dkfz.de/ccp/lens:${SITE_ID}
labels:
Expand Down

0 comments on commit 072ee34

Please sign in to comment.