- 07 Apr, 2020 1 commit
-
-
ecobytes authored
- extracted application state into separate directories - media - static-collected - whoosh_index - use static-collected host-mounted volume for Django to collectstatic and for nginx to serve /static/
-
- 15 Nov, 2019 10 commits
-
-
ecobytes authored
-
ecobytes authored
We suggest to run all commands through the Docker Compose CLI, in so we have a stable reference for the way how we do things with the containers. Also manage.py is favoured over django-admin.py, as it is the official successor. Note that the `-w WORKDIR` Docker Compose parameter is not supported on older Docker engines, why the workaround with an enclosed bash command `sh -c 'cd ... && '` is being used.
-
ecobytes authored
-
ecobytes authored
-
ecobytes authored
This way we can use the caching of image layers more efficiently.
-
ecobytes authored
- mkdir -p is implicit when using WORKDIR
-
ecobytes authored
- 14 Nov, 2019 1 commit
-
-
ecobytes authored
-
- 20 Oct, 2019 1 commit
-
-
ecobytes authored
-
- 25 May, 2019 1 commit
-
-
ecobytes authored
-