Reverted to Postgres 17

This commit is contained in:
Louis King
2026-06-15 20:03:19 +01:00
parent e8fd31a464
commit a554e095df
+1 -1
View File
@@ -155,7 +155,7 @@ services:
# of truth); the schema itself is created by `db upgrade` (alembic).
# ==========================================================================
postgres:
image: postgres:18-alpine
image: postgres:17-alpine
container_name: ${COMPOSE_PROJECT_NAME:-hub}-postgres
profiles:
- postgres