pretalx / pretalx-docker

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

Update Dockerfile and entrypoint for multi-container setup #54

Closed lujoga closed 6 months ago

lujoga commented 7 months ago
rixx commented 6 months ago

@lujoga ping

lujoga commented 6 months ago

Thinking about it, I have now changed the directories in the entrypoint back to their defaults. The PRETALX_FILESYSTEM_* env vars are only exported if they have been set to non-default values, so they do not accidentally take precedence over config files. These changes should make sure anyone using just the image does not encounter any bad surprises.