pretalx / pretalx-docker

Docker setup for a complete pretalx installation. Community-sourced, not officially supported.
31 stars 46 forks source link

Changed Dockerfile to a standalone Version, added ansible for deployment #9

Closed MaxRink closed 5 years ago

MaxRink commented 5 years ago

I've changed a few things around. The Dockerfile now provides a standalone Pretalx with an nginx that handles all static files baked into the container. Basically the same concept pretix uses for their container. Ive also added my ansible playbook to start pretalx as a docker app with all dependencies

A few things still need improovements tho:

rixx commented 5 years ago

Ready to merge, I'd say, or would you like to add some changes before that?

MaxRink commented 5 years ago

I've just pushed a few more lines on how to add an reverse proxy to that setup. Its far from perfect, but ts better than nothing. Besides that, the functional part sould be finished

rixx commented 5 years ago

Feel free to open issues for what you still see as open points – that way, we can track progress even on stuff we're not going to get to right away.

MaxRink commented 5 years ago

Ok, sure

MaxRink commented 5 years ago

Yeah, ive mixed up the two notations. Should be fixed

rixx commented 5 years ago

Thank you, both of you!