Add signature response for valid license keys

This commit is contained in:
2025-10-21 22:42:56 -04:00
parent 16385a6529
commit e198ea687b
6 changed files with 204 additions and 19 deletions

View File

@@ -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)\""]