Project inspired by https://github.com/nginx-le/nginx-le
Template for simple nginx-le based container for service requests routing.
Bonus: custom github actions for easy CI\CD rollout.
- Install Docker & Docker Compose
- Run
sh docker compose up
- Generate repo based on template
- Identify your routes (domain -> service)
- Configure
ect/service.conf
according to your needs. Checkexamples
folder for inspiration. - Configure docker-compose.yaml (environment, ports)
- Optional: update
networks.sh
if you need more than one network.