fix: deactivate landingpage on demand

This commit is contained in:
p.delpy@dkfz-heidelberg.de 2024-10-08 15:22:46 +02:00
parent bdd195f264
commit 1df50ffd6b
2 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,8 @@ version: "3.7"
services:
landing:
profiles:
- deactivated
deploy:
replicas: 0 #deactivate landing page
blaze:
image: docker.verbis.dkfz.de/cache/samply/blaze:0.28

View File

@ -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: