mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 11:50:17 +01:00 
			
		
		
		
	fix lens and spot deployment
This commit is contained in:
		
				
					committed by
					
						
						Pierre Delpy
					
				
			
			
				
	
			
			
			
						parent
						
							f7b386a040
						
					
				
				
					commit
					c3d252f385
				
			@@ -59,4 +59,3 @@ services:
 | 
				
			|||||||
      PROJECT: ${PROJECT}
 | 
					      PROJECT: ${PROJECT}
 | 
				
			||||||
      SITE_NAME: ${SITE_NAME}
 | 
					      SITE_NAME: ${SITE_NAME}
 | 
				
			||||||
      ENVIRONMENT: ${ENVIRONMENT}
 | 
					      ENVIRONMENT: ${ENVIRONMENT}
 | 
				
			||||||
    profiles: [deactivated]
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -56,6 +56,8 @@ services:
 | 
				
			|||||||
      - /etc/bridgehead/trusted-ca-certs:/conf/trusted-ca-certs:ro
 | 
					      - /etc/bridgehead/trusted-ca-certs:/conf/trusted-ca-certs:ro
 | 
				
			||||||
      - /srv/docker/bridgehead/pscc/root.crt.pem:/conf/root.crt.pem:ro
 | 
					      - /srv/docker/bridgehead/pscc/root.crt.pem:/conf/root.crt.pem:ro
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  landing:
 | 
				
			||||||
 | 
					    profiles: [deactivated]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
volumes:
 | 
					volumes:
 | 
				
			||||||
  blaze-data:
 | 
					  blaze-data:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
version: "3.7"
 | 
					version: "3.7"
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  landing:
 | 
					  lens:
 | 
				
			||||||
    container_name: lens_federated-search
 | 
					    container_name: lens_federated-search
 | 
				
			||||||
    image: docker.verbis.dkfz.de/ccp/lens:${SITE_ID}
 | 
					    image: docker.verbis.dkfz.de/ccp/lens:${SITE_ID}
 | 
				
			||||||
    labels:
 | 
					    labels:
 | 
				
			||||||
@@ -13,8 +13,6 @@ services:
 | 
				
			|||||||
  spot:
 | 
					  spot:
 | 
				
			||||||
    image: samply/rustyspot:main
 | 
					    image: samply/rustyspot:main
 | 
				
			||||||
    platform: linux/amd64
 | 
					    platform: linux/amd64
 | 
				
			||||||
    ports:
 | 
					 | 
				
			||||||
      - "8055:8055"
 | 
					 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      BEAM_SECRET: "${FOCUS_BEAM_SECRET_SHORT}"
 | 
					      BEAM_SECRET: "${FOCUS_BEAM_SECRET_SHORT}"
 | 
				
			||||||
      BEAM_PROXY_URL: http://beam-proxy:8081
 | 
					      BEAM_PROXY_URL: http://beam-proxy:8081
 | 
				
			||||||
@@ -25,6 +23,7 @@ services:
 | 
				
			|||||||
      BIND_ADDR: 0.0.0.0:8055
 | 
					      BIND_ADDR: 0.0.0.0:8055
 | 
				
			||||||
      RUST_LOG: "debug"
 | 
					      RUST_LOG: "debug"
 | 
				
			||||||
      LOG_FILE: /logs/requests.log
 | 
					      LOG_FILE: /logs/requests.log
 | 
				
			||||||
 | 
					      PROJECT: pscc
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - ./logs:/logs
 | 
					      - ./logs:/logs
 | 
				
			||||||
    depends_on:
 | 
					    depends_on:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user