In the admin doc I saw docker is used for development.
Can the docker-compose file in the repo be used for production anytime soon?
Hi! I just recently got my instance up and running, and the way I do it is via a slightly modified version of the docker-compose.yml provided by the official docs. You can check out the write-up here: How I host my software on the web! — tegaki
It really depends on what you mean by “production” / what your demands are… currently, I don’t cover how to make it more robust (eg. survive a system reboot), there’s also guides on this separately out there (I think one by writefreely as well, how they create systemd service files… etc)
looking for feedback too if you find the guide un-clear, I’ve tried to make it as “follow from top to bottom” friendly as possible, but it’s always hard to account for varied interpretations and skill levels!
tl;dr: I run a slightly modified version of the supplied docker-compose.yml “in production”