Update docker-compose_dev, README and add auth basic
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user