showing schools with no KS2 results
All checks were successful
Build and Push Docker Images / Build Backend (FastAPI) (push) Successful in 44s
Build and Push Docker Images / Build Frontend (Next.js) (push) Successful in 1m9s
Build and Push Docker Images / Build Pipeline (Meltano + dbt + Airflow) (push) Successful in 32s
Build and Push Docker Images / Trigger Portainer Update (push) Successful in 1s

This commit is contained in:
2026-03-30 18:14:43 +01:00
parent 6e5249aa1e
commit f48faa1803
3 changed files with 11 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ services:
POSTGRES_USER: schoolcompare
POSTGRES_PASSWORD: schoolcompare
POSTGRES_DB: schoolcompare
POSTGRES_INITDB_ARGS: "--locale=C --encoding=UTF8"
volumes:
- postgres_data:/var/lib/postgresql/data
ports: