Merge branch 'dev-v0.4.0' into feature/caddy-server

This commit is contained in:
Ronald A. Richardson
2024-02-06 15:15:27 +08:00
63 changed files with 1931 additions and 418 deletions

View File

@@ -60,7 +60,7 @@ services:
DATABASE_URL: "mysql://root@database/fleetbase"
QUEUE_CONNECTION: redis
CACHE_DRIVER: redis
CACHE_PATH: /var/www/html/api/storage/framework/cache
CACHE_PATH: /fleetbase/api/storage/framework/cache
CACHE_URL: tcp://cache
REDIS_URL: tcp://cache
SESSION_DOMAIN: localhost
@@ -74,8 +74,6 @@ services:
- queue
httpd:
volumes:
- ./api/storage:/var/www/html/api/storage
build:
context: .
dockerfile: docker/httpd/Dockerfile