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.confaccording to your needs. Checkexamplesfolder for inspiration. - Configure docker-compose.yaml (environment, ports)
- Optional: update
networks.shif you need more than one network.