Commit Graph

23 Commits

Author SHA1 Message Date
Andreas Zweili 12e72e2698 Get the postgres password from the env variable 2022-12-12 10:07:58 +01:00
Andreas Zweili c59e3d95fd Remove unused command 2022-12-12 09:51:22 +01:00
Andreas Zweili 21ff8e674c Correct static volume 2022-12-12 09:51:13 +01:00
Andreas Zweili 02ad71762d Correct image name 2022-12-12 09:50:51 +01:00
Andreas Zweili 6cac033026 get the image from github 2022-02-08 15:20:58 +01:00
Andreas Zweili be38613324 pin the Python version in the docker images 2022-02-07 22:35:14 +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