aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docker (unfollow)
Commit message (Collapse)Author
2022-04-09docker: use pip install --targetEgor Tensin
2022-04-09frontend: pip -> pip3 for consistencyEgor Tensin
2022-04-09frontend: don't install packages twiceEgor Tensin
2022-04-09frontend: get rid of bash in imageEgor Tensin
2022-04-09frontend: minimize the imageEgor Tensin
2022-03-30README: updateEgor Tensin
2022-03-30README: move Docker stuff to docker/Egor Tensin
2022-03-29frontend: move cgitrc to /etcEgor Tensin
2022-03-26frontend: add a comment to the configEgor Tensin
2022-03-26frontend: serve from / instead of /git/Egor Tensin
2022-03-26docker: add comments to frontend configurationEgor Tensin
2022-03-26docker: add a frontend nginx imageEgor Tensin
At first, I built a custom image at https://egort.name/. It had a rather long development history, and I just copied the files from there.
2022-03-26docker: run once at startup, even when in cronEgor Tensin
2022-03-15docker: best practicesEgor Tensin
2021-08-02docker: fix CMD handlingEgor Tensin
It was difficult to override CMD (due to the requirement to `activate` the venv), move the `activate` call to entrypoint.sh.
2021-03-30docker: enable scheduled runs via crondEgor Tensin