aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docker (unfollow)
Commit message (Collapse)Author
2022-10-16frontend: use normal Alpine image instead of nginxEgor Tensin
I've had a problem with the nginx:1-alpine image switching Alpine versions, so I'm fixing the version at least.
2022-10-16docker: upgrade base imagesEgor Tensin
2022-10-16move Dockerfile to docker/Egor Tensin
2022-10-15frontend: fix Docker buildsEgor Tensin
This is what I get for abandoning my stuff for a while. The base image nginx:1-alpine switched Alpine versions, and it doesn't have some packages anymore. Oh well.
2022-04-12frontend: nobody wants .tar.bz2 archivesEgor Tensin
2022-04-11README: updateEgor Tensin
2022-04-11frontend: dash is not pre-installed on AlpineEgor Tensin
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