update changelog

This commit is contained in:
2025-08-06 23:54:33 +01:00
parent 6bed0a6787
commit 9f412516b7

View File

@@ -39,6 +39,7 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: codetutor-frontend container_name: codetutor-frontend
environment: environment:
API_URL: http://backend:8000
NEXT_PUBLIC_API_URL: http://localhost:8000 NEXT_PUBLIC_API_URL: http://localhost:8000
ports: ports:
- "3000:3000" - "3000:3000"