Provider a Docker container, expand config via env vars #268
Labels
No labels
bug
duplicate
enhancement
help wanted
in progress...
information
invalid
not enough info
priority high
priority low
priority normal
question
request
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Techwizz/pvpgn-server#268
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Let's create a Docker container which is preconfigured with good defaults for easy deployment, especially for testing. Unfortunately we can't configure the server via env vars at the moment but we should expand this to configure at least the most important parameters such as database connection.
It seems to me that at least for initial Docker support we don't need to expand config via env vars, we can do it indirectly via CMake vars and config file templates. I'll probably have a working container within a week.