Merge pull request #34 from bellingcat/loopback

Bind the web app to the loopback interface
This commit is contained in:
Miguel Sozinho Ramalho
2023-12-18 10:42:20 +00:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ services:
web:
<<: *base-setup
ports:
- 8004:8000
- "127.0.0.1:8004:8000"
command: uvicorn main:app --host 0.0.0.0 --reload
volumes:
- ./src:/app