Add extra_hosts configuration and update AUTHENTIK_HOST in environment files
This commit is contained in:
		
							parent
							
								
									e0af750bb3
								
							
						
					
					
						commit
						922f3e6d27
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -9,6 +9,8 @@ services:
 | 
				
			||||||
      - 127.0.0.1:42443:42443
 | 
					      - 127.0.0.1:42443:42443
 | 
				
			||||||
    networks:
 | 
					    networks:
 | 
				
			||||||
      - dokploy-network
 | 
					      - dokploy-network
 | 
				
			||||||
 | 
					    extra_hosts:
 | 
				
			||||||
 | 
					      - "host.docker.internal:host-gateway"
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      AUTHENTIK_HOST: ${AUTHENTIK_HOST:?Authentik host is not configured}
 | 
					      AUTHENTIK_HOST: ${AUTHENTIK_HOST:?Authentik host is not configured}
 | 
				
			||||||
      AUTHENTIK_INSECURE: "true"
 | 
					      AUTHENTIK_INSECURE: "true"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
AUTHENTIK_TAG=2025.8.1
 | 
					AUTHENTIK_TAG=2025.8.1
 | 
				
			||||||
AUTHENTIK_HOST=https://127.0.0.1:9443
 | 
					AUTHENTIK_HOST=https://host.docker.internal:9443
 | 
				
			||||||
AUTHENTIK_HOST_BROWSER=https://sso.s1q.dev
 | 
					AUTHENTIK_HOST_BROWSER=https://sso.s1q.dev
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Secrets
 | 
					# Secrets
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue