Skip to content

Commit

Permalink
chore: keep pg versions consistent btwn dev and prod
Browse files Browse the repository at this point in the history
  • Loading branch information
neilsong committed May 13, 2024
1 parent d464294 commit 39107f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/compose/dev-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
# This container is only for dev! The prod container is at coursetable/infra/db
db:
container_name: ${DB_HOST?db}
image: postgres
image: postgres:13
ports:
- 5432:5432
environment:
Expand Down

0 comments on commit 39107f9

Please sign in to comment.