8 lines
230 B
Markdown
8 lines
230 B
Markdown
|
## Postgres Setup with docker-compose
|
||
|
|
||
|
Start the postgres container with the following command:
|
||
|
```bash
|
||
|
docker-compose up -d
|
||
|
```
|
||
|
|
||
|
Alternatively, you can use a PyCharm configuration to start the container. (Docker > Docker Compose)
|