Make backend and frontend work together well, and add datasets/ page to frontend

This commit is contained in:
Zeph Levy 2026-01-14 11:23:43 +01:00
parent 6f551a83bf
commit 50b670916b
8 changed files with 107 additions and 5 deletions

View file

@ -7,7 +7,7 @@ services:
ports:
- "5432:5432"
volumes:
- ./db/init.sql:/docker-entrypoint-initdb.d/init.sql:Z
- ./db/initdb:/docker-entrypoint-initdb.d
- postgres_data:/var/lib/postgresql/data:Z
restart: unless-stopped