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 f688bff1d2
commit 4867b9bab8

View File

@ -7,7 +7,8 @@ services:
ports:
- "127.0.0.1:6379:6379"
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
ports:
- "127.0.0.1:5432:5432"