aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml (follow)
Commit message (Collapse)AuthorAgeLines
* Setting up a method for automatically applying migrations in production. ↵Gravatar Leon Sandøy2019-07-03-4/+2
| | | | Making a separate Dockerfile for local docker-compose builds.
* makemigrations pipeline created, RepoData model created, and a really naive ↵Gravatar Leon Sandøy2019-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.Gravatar Johannes Christ2019-04-07-1/+5
|
* Remove bot from compose setup, move staticfiles to writable directory.Gravatar Johannes Christ2019-04-07-7/+1
|
* Address review by @jchristgitGravatar Gareth Coles2019-04-05-4/+4
|
* pysite -> pydis_siteGravatar Gareth Coles2019-04-05-3/+3
|
* Add an example `docker-compose.yml`.Gravatar Johannes Christ2019-01-13-7/+16
|
* Only listen on localhost.Gravatar Johannes Christ2018-10-15-1/+4
|
* Update the compose file and dockerapp file.Gravatar Johannes Christ2018-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`.Gravatar Johannes Christ2018-09-20-34/+0
|
* Add a `docker-compose.yml` file.Gravatar Johannes Christ2018-09-05-0/+34
|
* Remove unused files.Gravatar Johannes Christ2018-08-22-28/+0
|
* updates docker-compose, changes default rdb port and handles a socket error ↵Gravatar Christopher Baklid2018-07-08-37/+17
| | | | in service discovery
* updates docker-compose file [ci skip]Gravatar Christopher Baklid2018-05-20-8/+5
|
* Docker compose (#40)Gravatar Christopher Baklid2018-03-25-0/+51
* adds docker-compose file * cleanup * adds template auto reload to vagrant box * Update index.html