Update docker-compose_dev, README and add auth basic

This commit is contained in:
2020-10-11 21:56:57 +02:00
parent 3e02fad96f
commit a82f090370
6 changed files with 26 additions and 6 deletions

View File

@@ -2,6 +2,15 @@
Website: [https://deizisauer-waschweiber.de/](https://deizisauer-waschweiber.de/)
## Setting up a development environment
* Install docker and docker-compose
* Run the docker-compose development file
```shell script
sudo docker-compose -f docker-compose_dev.yml up -d
```
This will start pgadmin on port `8084` and a postgres-db on port `8081`
* Run the program `trikotwaschliste` to execute the database migrations.
## Building
```sh