Add Docker support - #44
Open
austinharms wants to merge 8 commits into
Open
Conversation
Collaborator
|
This is a really cool idea, thanks! I'll check it out and refine it a bit when I get some time. We could probably add a docker-compose.yml to set up nginx |
austinharms
force-pushed
the
add-docker
branch
from
September 3, 2026 23:17
97222b9 to
0f5211c
Compare
austinharms
force-pushed
the
add-docker
branch
from
September 3, 2026 23:17
0f5211c to
f5c6b20
Compare
Author
|
Nginx is now setup inside the docker container and it should be possible to deploy recflare via docker |
austinharms
marked this pull request as ready for review
September 3, 2026 23:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proof of concept docker deployment
Deploys mono, econ and img workers.
Does not deploy www worker due to Turnstile (It may be possible, I have not tried due to it not being required to play the game).
All worker data is stored in
/var/lib/recflarewithin the containerStill requires a reverse proxy and ssl certs to be usable.
Example Nginx config: