pin PG version on docker compose files (#300)

This commit is contained in:
Markos Gogoulos
2021-10-12 21:07:45 +03:00
committed by GitHub
parent f974d78270
commit 738247c32b
6 changed files with 6 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ services:
depends_on:
- migrations
db:
image: postgres
image: postgres:13
volumes:
- ../postgres_data/:/var/lib/postgresql/data/
restart: always