mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 06:00:18 +01:00 
			
		
		
		
	fix
This commit is contained in:
		@@ -5,7 +5,7 @@ services:
 | 
				
			|||||||
    image: ghcr.io/samply/cce-explorer:pr-1
 | 
					    image: ghcr.io/samply/cce-explorer:pr-1
 | 
				
			||||||
    labels:
 | 
					    labels:
 | 
				
			||||||
      - "traefik.enable=true"
 | 
					      - "traefik.enable=true"
 | 
				
			||||||
      - "traefik.http.routers.landing.rule=Host(`${GUI_HOST}`)"
 | 
					      - "traefik.http.routers.landing.rule=Host(`${HOST}`)"
 | 
				
			||||||
      - "traefik.http.routers.landing.tls=true"
 | 
					      - "traefik.http.routers.landing.tls=true"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  spot:
 | 
					  spot:
 | 
				
			||||||
@@ -18,7 +18,7 @@ services:
 | 
				
			|||||||
      BEAM_SECRET: "${LOCAL_BEAM_SECRET_SPOT}"
 | 
					      BEAM_SECRET: "${LOCAL_BEAM_SECRET_SPOT}"
 | 
				
			||||||
      BEAM_PROXY_URL: http://beam-proxy:8081
 | 
					      BEAM_PROXY_URL: http://beam-proxy:8081
 | 
				
			||||||
      BEAM_APP_ID: "spot.${LOCAL_BEAM_ID}.${BROKER_HOST}"
 | 
					      BEAM_APP_ID: "spot.${LOCAL_BEAM_ID}.${BROKER_HOST}"
 | 
				
			||||||
      CORS_ORIGIN: "https://${GUI_HOST}"
 | 
					      CORS_ORIGIN: "https://${HOST}"
 | 
				
			||||||
      SITES: ${SITES}
 | 
					      SITES: ${SITES}
 | 
				
			||||||
      TRANSFORM: LENS
 | 
					      TRANSFORM: LENS
 | 
				
			||||||
      PROJECT: cce
 | 
					      PROJECT: cce
 | 
				
			||||||
@@ -41,5 +41,4 @@ services:
 | 
				
			|||||||
      - "traefik.http.routers.spot.rule=Host(`${HOST}`) && PathPrefix(`/prod`)"
 | 
					      - "traefik.http.routers.spot.rule=Host(`${HOST}`) && PathPrefix(`/prod`)"
 | 
				
			||||||
      - "traefik.http.middlewares.stripprefix_spot.stripprefix.prefixes=/prod"
 | 
					      - "traefik.http.middlewares.stripprefix_spot.stripprefix.prefixes=/prod"
 | 
				
			||||||
      - "traefik.http.routers.spot.tls=true"
 | 
					      - "traefik.http.routers.spot.tls=true"
 | 
				
			||||||
      - "traefik.http.routers.spot.middlewares=corsheaders2,stripprefix_spot,auth"
 | 
					      - "traefik.http.routers.spot.middlewares=corsheaders2,stripprefix_spot,auth"
 | 
				
			||||||
a
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user