Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Setting up a method for automatically applying migrations in production. ↵ | 2019-07-03 | -4/+2 | |
| | | | | Making a separate Dockerfile for local docker-compose builds. | |||
* | makemigrations pipeline created, RepoData model created, and a really naive ↵ | 2019-04-16 | -1/+3 | |
| | | | | implementation of the API stuff which makes 6 requests and takes forever to load. I've found a better approach so I'm gonna switch to that next. | |||
* | Use volume for staticfiles. | 2019-04-07 | -1/+5 | |
| | ||||
* | Remove bot from compose setup, move staticfiles to writable directory. | 2019-04-07 | -7/+1 | |
| | ||||
* | Address review by @jchristgit | 2019-04-05 | -4/+4 | |
| | ||||
* | pysite -> pydis_site | 2019-04-05 | -3/+3 | |
| | ||||
* | Add an example `docker-compose.yml`. | 2019-01-13 | -7/+16 | |
| | ||||
* | Only listen on localhost. | 2018-10-15 | -1/+4 | |
| | ||||
* | Update the compose file and dockerapp file. | 2018-10-06 | -0/+31 | |
| | | | | The development app from the compose file will now apply migrations on boot and additionally, it will use Django's development server along with the current directory mounted read-only into the container in order to support code reloading, helpful while development. | |||
* | Remove `docker-compose.yml`. | 2018-09-20 | -34/+0 | |
| | ||||
* | Add a `docker-compose.yml` file. | 2018-09-05 | -0/+34 | |
| | ||||
* | Remove unused files. | 2018-08-22 | -28/+0 | |
| | ||||
* | updates docker-compose, changes default rdb port and handles a socket error ↵ | 2018-07-08 | -37/+17 | |
| | | | | in service discovery | |||
* | updates docker-compose file [ci skip] | 2018-05-20 | -8/+5 | |
| | ||||
* | Docker compose (#40) | 2018-03-25 | -0/+51 | |
* adds docker-compose file * cleanup * adds template auto reload to vagrant box * Update index.html |