Add OpenID authentication via Keycloak and integrate auth.lua into nginx setup
This commit is contained in:
@@ -6,6 +6,11 @@ services:
|
||||
- "25700:80"
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- ./auth.lua:/etc/nginx/auth.lua:ro
|
||||
environment:
|
||||
- KEYCLOAK_CLIENT_SECRET=${KEYCLOAK_CLIENT_SECRET}
|
||||
env_file:
|
||||
- .env
|
||||
networks:
|
||||
- demos-net
|
||||
|
||||
|
||||
Reference in New Issue
Block a user