Fix docker build issue and remove deprecated compose version

This commit is contained in:
2026-01-24 13:41:50 +01:00
parent 5827382436
commit e3a15bcbff
3 changed files with 22 additions and 2 deletions

11
backend/requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
fastapi
uvicorn
sqlmodel
psycopg2-binary
python-jose[cryptography]
passlib[bcrypt]
python-multipart
nicegui
httpx
python-dotenv
pytest

View File

@@ -1,5 +1,3 @@
version: '3.8'
services: services:
db: db:
image: postgres:15-alpine image: postgres:15-alpine

11
frontend/requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
fastapi
uvicorn
sqlmodel
psycopg2-binary
python-jose[cryptography]
passlib[bcrypt]
python-multipart
nicegui
httpx
python-dotenv
pytest