Cors support #62

Merged
phoenix merged 11 commits from cors into main 2025-10-10 20:32:29 +00:00
Showing only changes of commit d1d3936c78 - Show all commits

View File

@@ -9,7 +9,7 @@ services:
container_name: icarus_auth # Optional: Give the container a specific name
ports:
# Map host port 8000 to container port 3000 (adjust as needed)
- "8000:3000"
- "8001:8001"
env_file:
- .env
depends_on: