mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 04:50:17 +01:00 
			
		
		
		
	fix
This commit is contained in:
		@@ -21,8 +21,6 @@ services:
 | 
			
		||||
      - "traefik.http.routers.dashboard.service=api@internal"
 | 
			
		||||
      - "traefik.http.routers.dashboard.tls=true"
 | 
			
		||||
      - "traefik.http.routers.dashboard.middlewares=auth"
 | 
			
		||||
      - "traefik.http.middlewares.auth.basicauth.users=${LDM_AUTH}"
 | 
			
		||||
      - "traefik.http.middlewares.auth.basicauth.users=${QR_AUTH}"
 | 
			
		||||
    ports:
 | 
			
		||||
      - 80:80
 | 
			
		||||
      - 443:443
 | 
			
		||||
 
 | 
			
		||||
@@ -24,10 +24,9 @@ services:
 | 
			
		||||
      - "traefik.http.middlewares.exporter_${PLATFORM}_strip.stripprefix.prefixes=/${PLATFORM}-exporter"
 | 
			
		||||
      - "traefik.http.routers.exporter_${PLATFORM}.middlewares=exporter_${PLATFORM}_strip"
 | 
			
		||||
      - "traefik.http.routers.connector.middlewares=connector_strip,auth-qr"
 | 
			
		||||
      - "traefik.http.middlewares.auth.basicauth.users=${QR_AUTH}"
 | 
			
		||||
    volumes:
 | 
			
		||||
      - "/var/cache/bridgehead/${PLATFORM}/exporter-files:/app/exporter-files/output"
 | 
			
		||||
      - "traefik.http.middlewares.auth-qr.basicauth.users=${QR_AUTH}"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  exporter-db:
 | 
			
		||||
    image: docker.verbis.dkfz.de/cache/postgres:${POSTGRES_TAG}
 | 
			
		||||
@@ -68,3 +67,7 @@ services:
 | 
			
		||||
      - "traefik.http.routers.reporter_${PLATFORM}.tls=true"
 | 
			
		||||
      - "traefik.http.middlewares.reporter_${PLATFORM}_strip.stripprefix.prefixes=/${PLATFORM}-reporter"
 | 
			
		||||
      - "traefik.http.routers.reporter_${PLATFORM}.middlewares=reporter_${PLATFORM}_strip"
 | 
			
		||||
 | 
			
		||||
  traefik:
 | 
			
		||||
    labels:
 | 
			
		||||
      - "traefik.http.middlewares.auth-qr.basicauth.users=${QR_AUTH}"
 | 
			
		||||
		Reference in New Issue
	
	Block a user