Skip to content

Commit

Permalink
Change CI docker image to use postgis docker image for the DB
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-stefano committed Jan 22, 2025
1 parent 516b391 commit b073d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
- "6379:6379"

db:
image: postgres:14-alpine
image: postgis/postgis:14-3.5-alpine
# To preserve data between runs of docker compose, we mount a folder from the host machine.
volumes:
- dbdata:/var/lib/postgresql/data
Expand Down

0 comments on commit b073d1c

Please sign in to comment.