Skip to content

Commit 5069df3

Browse files
authored
♻️ Use FastAPI entrypoint in Compose (#2420)
## AI Disclaimer Using Codex with gpt-5.6-sol. Reviewed manually.
1 parent f2035ef commit 5069df3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

compose.override.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ services:
4444
# command: sleep infinity # Infinite loop to keep container alive doing nothing
4545
command:
4646
- fastapi
47-
- run
48-
- --reload
49-
- "app/main.py"
47+
- dev
48+
- --host
49+
- "0.0.0.0"
5050
develop:
5151
watch:
5252
- path: ./backend

0 commit comments

Comments
 (0)