Skip to content

Commit

Permalink
Pin PG version to 15 to avoid broken schema migrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestefanello committed Sep 17, 2023
1 parent f688bff commit 4867b9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4867b9b

Please sign in to comment.