mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-08 03:28:35 +03:00
Bind the web app to the loopback interface
Making it only accesible over ssl via the nginx proxy.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user