-
- Downloads
- Added docker-compose.yml.
- Removed Makefile. - Use Alpine Linux as base for app container. - Create database in MySQL as part of startup. - Added Vagrantfile (Ubuntu with Docker and Docker Compose). - Pass settings to app as environment variables.
Showing
- .gitignore 9 additions, 0 deletions.gitignore
- Makefile 0 additions, 17 deletionsMakefile
- README.rst 5 additions, 13 deletionsREADME.rst
- VERSION 1 addition, 0 deletionsVERSION
- Vagrantfile 18 additions, 0 deletionsVagrantfile
- app/Dockerfile 2 additions, 2 deletionsapp/Dockerfile
- app/requirements.txt 0 additions, 0 deletionsapp/requirements.txt
- app/trivial.py 3 additions, 2 deletionsapp/trivial.py
- docker-compose.yml 16 additions, 0 deletionsdocker-compose.yml
.gitignore
0 → 100644
Makefile
deleted
100644 → 0
VERSION
0 → 100644
Vagrantfile
0 → 100644
File moved
docker-compose.yml
0 → 100644
Please register or sign in to comment