Pinning Postgres version to 17

This commit is contained in:
Cole Medin
2025-10-27 15:45:04 -05:00
parent 84d4cc6756
commit b05676bce4

View File

@@ -289,7 +289,7 @@ services:
start_period: 1s
postgres:
image: postgres:${POSTGRES_VERSION:-latest}
image: postgres:${POSTGRES_VERSION:-17}
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]