v0.7.6 ~ Minor patches, WIP multi-order route optimization

This commit is contained in:
Ronald A. Richardson
2025-06-04 12:30:02 +08:00
parent 723deff398
commit ab2e102e28
9 changed files with 873 additions and 882 deletions

View File

@@ -41,6 +41,9 @@ services:
CACHE_PATH: /fleetbase/api/storage/framework/cache
CACHE_URL: tcp://cache
REDIS_URL: tcp://cache
depends_on:
- database
- cache
queue:
image: fleetbase/fleetbase-api:latest
@@ -57,6 +60,9 @@ services:
CACHE_PATH: /fleetbase/api/storage/framework/cache
CACHE_URL: tcp://cache
REDIS_URL: tcp://cache
depends_on:
- database
- cache
console:
image: fleetbase/fleetbase-console:latest