- Oct 30, 2018
-
-
Sebastian Höffner authored
Using two different docker-compose files, one using the local build context and one to deploy using the container registry.
-
Sebastian Höffner authored
This should allow the docker container registry to pick up the proper image during the jenkins auto deployment.
-
- Oct 24, 2018
-
-
Sebastian Höffner authored
-
Sebastian Höffner authored
Reading it inside docker-compose.
-
- Oct 23, 2018
-
-
Sebastian Höffner authored
-
Sebastian Höffner authored
-
- Oct 22, 2018
-
-
Sebastian Höffner authored
-
- Oct 19, 2018
-
-
Sebastian Höffner authored
-
- Oct 10, 2018
-
-
Sebastian Höffner authored
Using port 80 for docker-compose service, reordering Dockerfile for faster rebuilds at the cost of an additionaly RUN.
-
Sebastian Höffner authored
The development server uses docker-compose run and mounts the app directory. It then runs the flask development server. The production server uses docker-compose up and runs flask as a uwsgi app behind nginx. It does not mount app.
-
- Oct 01, 2018
-
-
Sebastian Höffner authored
-