update changelog

This commit is contained in:
2025-08-06 23:54:33 +01:00
parent e0bf8cda01
commit 2727c053bb

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"