mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-08 03:28:35 +03:00
fixes uvicorn factory warning
This commit is contained in:
@@ -18,7 +18,7 @@ services:
|
|||||||
<<: *base-setup
|
<<: *base-setup
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8004:8000"
|
- "127.0.0.1:8004:8000"
|
||||||
command: uvicorn web:app --host 0.0.0.0 --reload
|
command: uvicorn web:app --factory --host 0.0.0.0 --reload
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/app
|
- ./src:/app
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user