Pin PG version to 15 to avoid broken schema migrations.

This commit is contained in:
mikestefanello 2023-09-17 11:38:10 -04:00
parent bc917d4788
commit 2618920e85

View file

@ -7,7 +7,8 @@ services:
ports: ports:
- "127.0.0.1:6379:6379" - "127.0.0.1:6379:6379"
db: db:
image: postgres:alpine # PG 16 is currenly not supported https://github.com/ent/ent/issues/3750
image: postgres:15-alpine
container_name: pagoda_db container_name: pagoda_db
ports: ports:
- "127.0.0.1:5432:5432" - "127.0.0.1:5432:5432"