Commit Graph

24 Commits

Author SHA1 Message Date
Andreas Zweili deb8cb9714 add port 8000 to the production docker-compose 2021-02-11 21:33:31 +01:00
Andreas Zweili ba1bec3133 add a Docker development setup for Vue 2020-12-07 19:58:09 +01:00
Andreas Zweili 10e6ebd4d4 add a docker-comose file for the tests 2020-12-07 17:58:51 +01:00
Andreas Zweili 7faa31d952 remove the outdated docker-compose file
I will add a correct production ready file at a later point
2020-11-28 16:14:08 +01:00
Andreas Zweili 08f5c98771 update the docker-compose files 2020-11-27 23:27:04 +01:00
Andreas Zweili e8a751fd8d add the nginx container to the frontend 2020-11-27 19:57:03 +01:00
Andreas Zweili 567c40f6cb add the frontend to docker-compose 2020-11-27 19:31:24 +01:00
Andreas Zweili f81fabdaee write the db data into a local folder
I prefer to have everything related to a project in one single directory
that way I know where to look for it.
2020-07-14 20:56:56 +02:00
Andreas Zweili d3da427829 remove the port mapping from the web app
we always want to access the website through nginx
2020-07-04 13:49:52 +02:00
Andreas Zweili 0458cbd277 remove the command parameter from the compose file 2020-07-04 12:21:02 +02:00
Andreas Zweili 73d7345aff add a compose file specific for development 2020-07-04 10:55:30 +02:00
Andreas Zweili 7336aac441 clean out the docker-compose file 2020-05-26 23:23:50 +02:00
Andreas Zweili 16656ad8f7 update the static volume for nginx 2020-05-03 19:28:26 +02:00
Andreas Zweili d7800ca0f7 add a nginx container as a reverse proxy 2020-02-15 17:58:16 +01:00
Andreas Zweili 778ad9f08e add support for an .env file 2020-02-15 15:19:11 +01:00
Andreas Zweili abe7c93b18 Revert "mapp the db volume to a local directory"
This reverts commit 008eb834c0.
For development it's currently easier if it's a normal docker volume otherwise
some editors like Visual Studio Code freak out because they can't access the
db_data folder.
2020-02-15 15:08:08 +01:00
Andreas Zweili 3a9b5cfbde add postgres password
otherwise the system won't run
2020-02-15 00:55:45 +01:00
Andreas Zweili 008eb834c0 mapp the db volume to a local directory 2020-02-15 00:29:49 +01:00
Andreas Zweili c0bdfed79c move some settings to environment variables 2019-08-28 21:39:29 +02:00
Andreas Zweili b9efd4ed60 move some settings to environment variables 2019-08-10 16:50:35 +02:00
Andreas Zweili ff5da6f114 Add a Makefile 2019-07-13 15:25:32 +02:00
Andreas Zweili 99747257b0 split the requirements and settings 2019-07-13 12:37:58 +02:00
Andreas Zweili 23a09231d1 give pytest-django the path to the app settings 2019-06-16 22:09:31 +02:00
Andreas Zweili adf4bdbc11 change setup to docker 2019-06-10 20:59:46 +02:00