mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 22:27:22 +00:00
latest docker-compose.yml
This commit is contained in:
@@ -15,11 +15,7 @@ services:
|
||||
MYSQL_DATABASE: "fleetbase"
|
||||
|
||||
socket:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: socket/Dockerfile
|
||||
args:
|
||||
ENVIRONMENT: dev
|
||||
image: socketcluster/socketcluster:v17.4.0
|
||||
ports:
|
||||
- "38000:8000"
|
||||
environment:
|
||||
@@ -44,8 +40,6 @@ services:
|
||||
target: app-dev
|
||||
args:
|
||||
ENVIRONMENT: development
|
||||
ports:
|
||||
- "8000:80"
|
||||
environment:
|
||||
DATABASE_URL: "mysql://root@database/fleetbase"
|
||||
CACHE_DRIVER: redis
|
||||
@@ -58,4 +52,15 @@ services:
|
||||
LOG_CHANNEL: daily
|
||||
depends_on:
|
||||
- database
|
||||
- cache
|
||||
- cache
|
||||
|
||||
httpd:
|
||||
volumes:
|
||||
- ./api/storage:/var/www/html/api/storage
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/httpd/Dockerfile
|
||||
ports:
|
||||
- "8000:80"
|
||||
depends_on:
|
||||
- application
|
||||
Reference in New Issue
Block a user