cleanup and ui change

This commit is contained in:
2025-11-16 20:59:14 +01:00
parent f0e552b1b1
commit 9f167a6534
15 changed files with 165 additions and 155 deletions

View File

@@ -206,6 +206,10 @@ services:
restart: unless-stopped
ports:
- "3000:3000"
# Traefik Configuration (commented out - uncomment when using Traefik)
# Remove port exposure when using Traefik
# ports:
# - "3000:3000"
environment:
- API_URL=http://backend:5001
- PORT=3000