Add signature response for valid license keys
This commit is contained in:
@@ -19,6 +19,8 @@ services:
|
||||
- postgresql
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- ./keys:/src/keys
|
||||
command: ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "python -c \"import urllib.request; urllib.request.urlopen('http://127.0.0.1:8000/', timeout=2)\""]
|
||||
|
||||
Reference in New Issue
Block a user