openbikesensor / portal

OpenBikeSensor data collection portal
GNU Lesser General Public License v3.0
37 stars 17 forks source link

howto: use the production setup with nginx instead of traefik #368

Closed ttjaden closed 1 month ago

ttjaden commented 2 months ago

Thanks for this great software project!

Could you give me some short hints, how to change the production setup to use the portal with nginx instead of traefik? I have already a production server with several docker-applications but with nginx+certbot as reverse proxy

gluap commented 1 month ago

@ttjaden there's nothing special to observe for deployment behind nginx vs traefik. Just expose the two containers on the respective urls via nginx using the method you apply to your existing containers. We're not using special traefik features that would require involved traefik config.