Docker compose port change
All checks were successful
Rust Build / Check (pull_request) Successful in 45s
Rust Build / Test Suite (pull_request) Successful in 1m22s
Rust Build / Rustfmt (pull_request) Successful in 30s
Rust Build / Clippy (pull_request) Successful in 41s
Rust Build / build (pull_request) Successful in 1m6s

This commit is contained in:
2025-10-09 21:32:41 -04:00
parent b446b12a9f
commit d1d3936c78

View File

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