Add Traefik labels for authentik proxy service in docker-compose
This commit is contained in:
		
							parent
							
								
									fec707f8ec
								
							
						
					
					
						commit
						509b85430c
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -18,6 +18,11 @@ services:
 | 
				
			||||||
      AUTHENTIK_LISTEN__HTTPS: "0.0.0.0:42443"
 | 
					      AUTHENTIK_LISTEN__HTTPS: "0.0.0.0:42443"
 | 
				
			||||||
      AUTHENTIK_TOKEN: ${AUTHENTIK_TOKEN:?Authentik token is not configured}
 | 
					      AUTHENTIK_TOKEN: ${AUTHENTIK_TOKEN:?Authentik token is not configured}
 | 
				
			||||||
      AUTHENTIK_HOST_BROWSER: ${AUTHENTIK_HOST_BROWSER:?Authentik host browser is not configured}
 | 
					      AUTHENTIK_HOST_BROWSER: ${AUTHENTIK_HOST_BROWSER:?Authentik host browser is not configured}
 | 
				
			||||||
 | 
					    labels:
 | 
				
			||||||
 | 
					      - "traefik.enable=true"
 | 
				
			||||||
 | 
					      - "traefik.docker.network=dokploy-network"
 | 
				
			||||||
 | 
					      - "traefik.http.services.sso-proxy-outpost.loadbalancer.server.port=42080" # set port the container listenes to
 | 
				
			||||||
 | 
					      - "traefik.http.services.sso-proxy-outpost.loadbalancer.server.scheme=http"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
networks:
 | 
					networks:
 | 
				
			||||||
  dokploy-network:
 | 
					  dokploy-network:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue