Update health check URL and adjust app port mapping in Docker configuration
Some checks failed
Test & Deploy API / test (push) Successful in 1m41s
Test & Deploy API / deploy (push) Failing after 11s

This commit is contained in:
2026-03-03 18:11:51 +01:00
parent 8d8d35868b
commit abb66ee115
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ services:
app:
build: .
ports:
- "8000:8000"
- "8080:8000"
env_file:
- path: .env
required: false