List and edit user aircraft

This commit is contained in:
2026-03-23 13:09:49 -04:00
parent d2c9bc0370
commit fd0e521186
3 changed files with 338 additions and 7 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ services:
cpus: '1'
memory: 1G
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8000/health')"]
interval: 30s
timeout: 10s
retries: 3