647 B
647 B
Service[reverse]: Reverse proxy for SSL and routing
Usage
Setup
- Set
ADMIN_EMAILin.env - Run
docker compose up -d - ...
- Profit!
Services
- In the docker-compose file, add the
VIRTUAL_HOSTenvironment to each web-facing service (ports 80 and 433). - In the docker-compose file, add the
LETSENCRYPT_HOSTenvironment to each service needing a certificate or web-exposed. - If the web service is in a port different than
80or433, setVIRTUAL_PORTandVIRTUAL_PROTO(http/https) in the environment section of the service. - Add the
reverse_proxy-tiernetwork to any web-facing service using this proxy.