mixr-api/db
2024-02-25 00:20:51 +01:00
..
docker-compose.yml Setup Postgres for local development. 2024-02-25 00:20:51 +01:00
README.md Setup Postgres for local development. 2024-02-25 00:20:51 +01:00

Postgres Setup with docker-compose

Start the postgres container with the following command:

docker-compose up -d

Alternatively, you can use a PyCharm configuration to start the container. (Docker > Docker Compose)