Commit message (Collapse) | Author | ||
---|---|---|---|
2022-04-09 | docker: use pip install --target | Egor Tensin | |
2022-04-09 | frontend: pip -> pip3 for consistency | Egor Tensin | |
2022-04-09 | frontend: don't install packages twice | Egor Tensin | |
2022-04-09 | frontend: get rid of bash in image | Egor Tensin | |
2022-04-09 | frontend: minimize the image | Egor Tensin | |
2022-03-30 | README: update | Egor Tensin | |
2022-03-30 | README: move Docker stuff to docker/ | Egor Tensin | |
2022-03-29 | frontend: move cgitrc to /etc | Egor Tensin | |
2022-03-26 | frontend: add a comment to the config | Egor Tensin | |
2022-03-26 | frontend: serve from / instead of /git/ | Egor Tensin | |
2022-03-26 | docker: add comments to frontend configuration | Egor Tensin | |
2022-03-26 | docker: add a frontend nginx image | Egor 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-26 | docker: run once at startup, even when in cron | Egor Tensin | |
2022-03-15 | docker: best practices | Egor Tensin | |
2021-08-02 | docker: fix CMD handling | Egor Tensin | |
It was difficult to override CMD (due to the requirement to `activate` the venv), move the `activate` call to entrypoint.sh. | |||
2021-03-30 | docker: enable scheduled runs via crond | Egor Tensin | |