Cors support (#62)
Some checks failed
Rust Build / Check (push) Successful in 38s
Rust Build / Test Suite (push) Failing after 1m0s
Rust Build / Rustfmt (push) Successful in 30s
Rust Build / Clippy (push) Successful in 39s
Rust Build / build (push) Successful in 51s

Reviewed-on: #62
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
2025-10-10 20:32:29 +00:00
committed by phoenix
parent a66ab7826c
commit 473b4ec762
8 changed files with 102 additions and 9 deletions

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: