Skip to content

Commit 45a5219

Browse files
author
matthias_schaub
committed
Merge branch 'dev' of github.com:mapswipe/python-mapswipe-workers into dev
2 parents c3a5f50 + bd13f7d commit 45a5219

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/dev_setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ You could also set up your own Firebase instance. However, this is not recommend
5757

5858
### Postgres
5959

60-
Setup a local Postgres instance for MapSwipe Workers using the Dockerfile provided for development purposes (`postgres/Dockerfile-dev`). Make sure that the specified port is not in use already. If so, adjust the port (also in the `.env` file).
60+
Setup a local Postgres instance for MapSwipe Workers using the Dockerfile provided for development purposes (`postgres/Dockerfile-dev`). The Dockerfile for production (`postgres/Dockerfile`) does need additional setup for build-in backup to Google Cloud Storage, which is not needed for local development. That is why a simplified Dockerfile for development is provided.
61+
Make sure that the specified port is not in use already. If so, adjust the port (also in the `.env` file).
6162

6263
```bash
6364
docker build -t mapswipe_postgres -f ./postgres/Dockerfile-dev ./postgres

0 commit comments

Comments
 (0)