fix: nginx proxy URI, SW cache, sw.js no-cache
This commit is contained in:
+10
-1
@@ -56,4 +56,13 @@ services:
|
||||
- yolo_models:/root/.config/Ultralytics
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-qO-", "http://localhost:8000/health"]
|
||||
interval:
|
||||
interval: 30s
|
||||
timeout: 15s
|
||||
retries: 3
|
||||
start_period: 60s
|
||||
|
||||
volumes:
|
||||
shoottracker_data:
|
||||
driver: local
|
||||
yolo_models:
|
||||
driver: local
|
||||
|
||||
Reference in New Issue
Block a user