add endpoint to frontend

This commit is contained in:
tuanvu
2026-01-06 15:04:14 +01:00
parent defefd2c79
commit 934991caac
9 changed files with 1922 additions and 313 deletions

View File

@@ -27,20 +27,3 @@ services:
interval: 5s
timeout: 5s
retries: 20
postgres:
image: postgres:16
container_name: frisbyee-postgres
ports:
- "5432:5432"
environment:
POSTGRES_DB: frisbyee
POSTGRES_USER: frisbyee_user
POSTGRES_PASSWORD: secret
volumes:
- postgres_data:/var/lib/postgresql/data
volumes:
postgres_data:
version: "3.9"