make auth work correctly

This commit is contained in:
tylen
2025-11-01 11:43:09 +02:00
parent a50a06d371
commit 014a8fc1ff
4 changed files with 163 additions and 22 deletions

View File

@@ -3,6 +3,7 @@ services:
build:
context: backend
dockerfile: Dockerfile
restart: always
ports:
- "2027:5000"
container_name: "${BACKEND_CT_NAME:-nyi-backend}"