Skip to content

Commit

Permalink
Reset to 13.2
Browse files Browse the repository at this point in the history
Prod is using 13.2 still so better to match that (simplifies importation of backups etc).
  • Loading branch information
ViddeM committed Jun 23, 2024
1 parent 3df5c6e commit 91a0dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
command: ["./wait-for-postgres.sh", "hubbit-db", "${PG_PASSWORD}", "${PG_USERNAME}", "sh", "-c", "cargo sqlx migrate run && cargo watch -x run"]

hubbit-db:
image: postgres:16
image: postgres:13.2
environment:
POSTGRES_DB: ${PG_DATABASE}
POSTGRES_USER: ${PG_USERNAME}
Expand Down

0 comments on commit 91a0dc8

Please sign in to comment.