Commit Graph

28 Commits

Author SHA1 Message Date
Patrick Jentsch 13369296d3 rename docker-entrypoint.sh to docker-nopaque-entrypoint.sh 2023-12-15 13:56:03 +01:00
Patrick Jentsch f36600f06c downgrade python to v3.10.13 2023-10-04 13:48:32 +02:00
Patrick Jentsch 4581367d04 Restructure startup procedure 2023-09-25 10:11:11 +02:00
Patrick Jentsch d776e11fe5 Bump python version 2023-09-11 14:39:05 +02:00
Patrick Jentsch 75df6cafa8 Downgrade Python version to match Python current Ubuntu LTS package version 2023-01-25 16:03:09 +01:00
Patrick Jentsch 346f8f1dc5 Update Dockerfile logic 2022-11-11 14:59:14 +01:00
Patrick Jentsch 81e5027544 Add settings from VSCode Docker extension 2022-07-15 12:16:54 +02:00
Patrick Jentsch ce997e69ea Rename all services, use scss, cleanup, add sandpaper conversion script 2022-04-04 13:31:09 +02:00
Patrick Jentsch 99674e6a7f Bump Python version 2021-11-15 14:09:55 +01:00
Patrick Jentsch 2f2992da3a Remove deleted file from Dockerfile 2021-09-22 14:15:53 +02:00
Patrick Jentsch 8c871d83d0 Upgrade python version 3.9.0 -> 3.9.7 2021-09-08 12:56:27 +02:00
Patrick Jentsch d6ab379418 Change directory structure (move ./nopaque/* to ./) 2021-07-20 15:07:42 +02:00
Patrick Jentsch cb2b64fa9d integrate nopaque repo 2020-06-05 14:42:04 +02:00
Patrick Jentsch 339107fd08 Fix Ports 2020-04-20 10:40:10 +02:00
Patrick Jentsch 15373ed00f - Use gunicorn
- Add env variable GUNICORN_WORKERS (default: 1)
- new Port (8000)
- You don't need to run "flask deploy" by hand anymore
2020-04-20 10:11:45 +02:00
Patrick Jentsch d36346033b Bump version 2020-04-06 09:46:09 +02:00
Patrick Jentsch eeba8ad2e4 Style Dockerfile 2020-01-29 11:45:14 +01:00
Patrick Jentsch f63a850175 Renaming: opaque->nopaque 2019-12-02 11:34:28 +01:00
Patrick Jentsch 6db99cfba5 Change base image 2019-11-29 15:08:16 +01:00
Stephan Porada c0fab4aef3 Add bash ti image 2019-10-23 14:42:23 +02:00
Stephan Porada f919e97446 Fix wait-for-it clone 2019-10-23 14:15:45 +02:00
Stephan Porada 5774b5120d Add git install to Dockerfile 2019-10-23 14:05:23 +02:00
Stephan Porada ad6daa35cc Add wait-for-it.sh 2019-10-23 13:58:27 +02:00
Stephan Porada 3accc058e3 Correct simple loging 2019-09-11 15:52:38 +02:00
Patrick Jentsch b9a8c63aee Dockerize the Application. 2019-09-06 11:38:35 +02:00
Patrick Jentsch 1044674074 Dockerize the App! 2019-09-05 16:39:50 +02:00
Patrick Jentsch e3db2ecd1e Load environment variables in container. So the python-dotenv module is no longer needed! 2019-09-05 14:42:21 +02:00
Stephan Porada f8bee3553d Dockerize opaque flask app with docker-compose – first step 2019-09-04 14:51:46 +02:00