mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 04:50:17 +01:00 
			
		
		
		
	Add Opal Password in Exporter
This commit is contained in:
		@@ -18,6 +18,7 @@ services:
 | 
				
			|||||||
      WRITE_FILES_LIFETIME_IN_DAYS: "30"
 | 
					      WRITE_FILES_LIFETIME_IN_DAYS: "30"
 | 
				
			||||||
      HTTP_RELATIVE_PATH: "/ccp-exporter"
 | 
					      HTTP_RELATIVE_PATH: "/ccp-exporter"
 | 
				
			||||||
      HTTP_SERVLET_REQUEST_SCHEME: "https"
 | 
					      HTTP_SERVLET_REQUEST_SCHEME: "https"
 | 
				
			||||||
 | 
					      OPAL_ADMINISTRATOR_PASSWORD: "${OPAL_ADMINISTRATOR_PASSWORD}"
 | 
				
			||||||
    labels:
 | 
					    labels:
 | 
				
			||||||
      - "traefik.enable=true"
 | 
					      - "traefik.enable=true"
 | 
				
			||||||
      - "traefik.http.routers.exporter_ccp.rule=PathPrefix(`/ccp-exporter`)"
 | 
					      - "traefik.http.routers.exporter_ccp.rule=PathPrefix(`/ccp-exporter`)"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user