Switch back to web address
Remove keycloak network
This commit is contained in:
parent
4e528a6e49
commit
e68c06733d
@ -4,6 +4,6 @@ KEYCLOAK_DATA="/home/joey/data/keycloak/data"
|
||||
|
||||
SECRET="***REMOVED***"
|
||||
ENCRYPTION_KEY="72883626635979678254688349258592"
|
||||
PROVIDER_URI="http://keycloak:8080/realms/Jafner.net/.well-known/openid-configuration"
|
||||
PROVIDER_URI="https://keycloak.jafner.net/realms/Jafner.net/.well-known/openid-configuration"
|
||||
CLIENT_ID="traefik-forward-auth"
|
||||
CLIENT_SECRET="***REMOVED***"
|
@ -15,7 +15,6 @@ services:
|
||||
volumes:
|
||||
- $KEYCLOAK_DATA:/opt/keycloak/data
|
||||
networks:
|
||||
keycloak:
|
||||
web:
|
||||
aliases:
|
||||
- keycloak
|
||||
@ -41,7 +40,6 @@ services:
|
||||
loki-timeout: "2s"
|
||||
keep-file: "true"
|
||||
networks:
|
||||
keycloak:
|
||||
web:
|
||||
restart: "no"
|
||||
env_file:
|
||||
@ -59,6 +57,5 @@ services:
|
||||
- "traefik.http.middlewares.traefik-forward-auth.forwardauth.trustForwardHeader=true"
|
||||
|
||||
networks:
|
||||
keycloak:
|
||||
web:
|
||||
external: true
|
||||
|
Loading…
Reference in New Issue
Block a user