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 a5cda1d51c
commit b0f8d2c6c8
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