aboutsummaryrefslogtreecommitdiffstats
path: root/docker (follow)
Commit message (Expand)AuthorAgeLines
* Oops, remove double git install from Dockerfile.Gravatar Leon Sandøy2020-08-22-3/+0
* Optimize the git install in Dockerfile.Gravatar Leon Sandøy2020-08-22-3/+7
* Install git in the docker environment.Gravatar Leon Sandøy2020-08-22-0/+5
* Install wiki from PyPIGravatar MarkKoz2020-02-23-0/+0
* Create custom manage.py entry point, remove scripts and merge Dockerfile.Gravatar scragly2019-09-28-71/+5
* Install pipenv & pyuwsgi before copying project for better layer caching.Gravatar scragly2019-09-23-2/+8
* Fix shell script name for whl building to reference wiki pkg.Gravatar scragly2019-09-21-0/+0
* Change back to official python base image, remove git pkgGravatar scragly2019-09-21-25/+18
* Use a .whl for `wiki` package instead of git repo.Gravatar scragly2019-09-21-0/+6
* Revert uwsgi back to pip install.Gravatar scragly2019-09-21-4/+6
* Merge branch 'master' into container-refinementGravatar Johannes Christ2019-09-20-43/+2
|\
| * Line Ending FixGravatar Daniel Brown2019-09-20-1/+2
| * Nuke `pysite.dockerapp`.Gravatar Johannes Christ2019-09-18-42/+0
* | Remove EXTRAS ARG as pip extras isn't used anymore.Gravatar scragly2019-09-20-2/+0
* | Add PIP and PIPENV Environmental Variables to production DockerfileGravatar scragly2019-09-18-0/+4
* | Add PIP and PIPENV Environmental VariablesGravatar scragly2019-09-18-0/+4
* | Refine DockerfilesGravatar scragly2019-09-18-83/+30
|/
* Adding whitenoise to the toolchain to serve static imagesGravatar Leon Sandøy2019-07-03-3/+3
* Let's increase the verbosity and see what you guys have to say, migrate and c...Gravatar Leon Sandøy2019-07-03-2/+2
* Fixing the entrypoint location - forgot that we created an app root dir.Gravatar Leon Sandøy2019-07-03-2/+2
* Setting up a method for automatically applying migrations in production. Maki...Gravatar Leon Sandøy2019-07-03-4/+71
* Replace wiki dep with PyDis fork, add git to DockerGravatar Gareth Coles2019-04-20-0/+1
* Addressing volcyys third review.Gravatar Leon Sandøy2019-04-20-2/+2
* Update docker/app/migrate_and_serve.shGravatar Sebastiaan Zeeff2019-04-18-1/+1
* Adding a default admin panel user to migrate_and_serve, adding hrefs for all ...Gravatar Leon Sandøy2019-04-18-0/+5
* makemigrations pipeline created, RepoData model created, and a really naive i...Gravatar Leon Sandøy2019-04-16-0/+2
* Remove `--dev` from container installation.Gravatar Johannes Christ2019-04-11-1/+1
* Only install uWSGI in Docker.Gravatar Johannes Christ2019-04-10-1/+2
* Display some output about migrations.Gravatar Johannes Christ2019-04-07-1/+1
* Exit `migrate_and_serve` on error.Gravatar Johannes Christ2019-04-07-1/+1
* Address review by @jchristgitGravatar Gareth Coles2019-04-05-109/+8
* pysite -> pydis_siteGravatar Gareth Coles2019-04-05-4/+4
* [#158 #160] Automatically run collectstatic in containers/setup scriptGravatar Gareth Coles2019-04-05-0/+10
* [#193] Replace Poetry with PipenvGravatar Gareth Coles2019-04-05-10/+22
* Set `harakiri = 30`.Gravatar Johannes Christ2019-03-11-0/+4
* Set `single-interpreter = true`.Gravatar Johannes Christ2019-03-11-0/+2
* Use poetry for dependency managemnet.Gravatar Johannes Christ2019-02-05-6/+7
* Drop `collectstatic` task again.Gravatar Johannes Christ2019-01-13-1/+0
* Collect static files in Docker image.Gravatar Johannes Christ2019-01-12-4/+5
* Bind Django development server to all interfaces.Gravatar Johannes Christ2018-10-15-1/+1
* Update the compose file and dockerapp file.Gravatar Johannes Christ2018-10-06-16/+20
* Use default `cheaper` interval setting.Gravatar Johannes Christ2018-09-21-2/+0
* Set up graceful shutdown.Gravatar Johannes Christ2018-09-21-5/+26
* Use UWSGI protocol.Gravatar Johannes Christ2018-09-21-1/+1
* Use UWSGI protocol socket.Gravatar Johannes Christ2018-09-21-1/+1
* Add process name prefix.Gravatar Johannes Christ2018-09-20-0/+1
* Drop privileges in UWSGI.Gravatar Johannes Christ2018-09-20-4/+5
* Require application, set procnames.Gravatar Johannes Christ2018-09-20-0/+4
* Use proper `adduser` invocation on Alpine.Gravatar Johannes Christ2018-09-20-4/+4
* Use unprivileged user.Gravatar Johannes Christ2018-09-20-0/+24