seperate proxy for rewriting openid config
This commit is contained in:
@@ -75,3 +75,16 @@ services:
|
||||
depends_on:
|
||||
- authentik-postgresql
|
||||
- authentik-redis
|
||||
|
||||
authentik-proxy:
|
||||
image: authentik-proxy
|
||||
container_name: authentik-proxy
|
||||
ports:
|
||||
- "15000:5000"
|
||||
environment:
|
||||
INTERNAL: http://host:19000
|
||||
EXTERNAL: https://authentik.rik.veenboer.xyz
|
||||
build:
|
||||
context: /opt/authentik/proxy
|
||||
extra_hosts:
|
||||
- host:192.168.2.200
|
||||
|
||||
Reference in New Issue
Block a user