Pin PG version to 15 to avoid broken schema migrations.
This commit is contained in:
parent
f688bff1d2
commit
4867b9bab8
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue