CodeX

Everything connected with Tech & Code. Follow to join our 1M+ monthly readers

Member-only story

2 Easier Alternatives to NGINX Developers Can Use to Deploy Keycloak Behind a Reverse Proxy

Milos Zivkovic
CodeX
Published in
3 min readDec 9, 2023

--

Photo by Antoni Shkraba: https://www.pexels.com/photo/man-in-gray-hoodie-using-macbook-pro-5475790/

1. Nginx Proxy Manager

npm:  
profiles: [ "localdev" ]
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '82:80'
- '81:81'
- '443:443'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt

--

--

CodeX
CodeX

Published in CodeX

Everything connected with Tech & Code. Follow to join our 1M+ monthly readers

Milos Zivkovic
Milos Zivkovic

No responses yet