mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 14:18:57 +00:00
updated docker-compose to use latest images, patched osx binary build script, experimenting with artifact upload for binaries
This commit is contained in:
@@ -32,7 +32,7 @@ services:
|
||||
SOCKETCLUSTER_BROKERS: 10
|
||||
|
||||
scheduler:
|
||||
image: fleetbase/fleetbase-api:v0.7.0
|
||||
image: fleetbase/fleetbase-api:latest
|
||||
command: ["go-crond", "--verbose", "root:./crontab"]
|
||||
environment:
|
||||
DATABASE_URL: "mysql://root@database/fleetbase"
|
||||
@@ -43,7 +43,7 @@ services:
|
||||
REDIS_URL: tcp://cache
|
||||
|
||||
queue:
|
||||
image: fleetbase/fleetbase-api:v0.7.0
|
||||
image: fleetbase/fleetbase-api:latest
|
||||
command: ["php", "artisan", "queue:work"]
|
||||
healthcheck:
|
||||
test: ["CMD", "php", "artisan", "queue:status"]
|
||||
@@ -59,14 +59,14 @@ services:
|
||||
REDIS_URL: tcp://cache
|
||||
|
||||
console:
|
||||
image: fleetbase/fleetbase-console:v0.7.0
|
||||
image: fleetbase/fleetbase-console:latest
|
||||
ports:
|
||||
- "4200:4200"
|
||||
volumes:
|
||||
- ./console/fleetbase.config.json:/usr/share/nginx/html/fleetbase.config.json
|
||||
|
||||
application:
|
||||
image: fleetbase/fleetbase-api:v0.7.0
|
||||
image: fleetbase/fleetbase-api:latest
|
||||
environment:
|
||||
ENVIRONMENT: development
|
||||
DATABASE_URL: "mysql://root@database/fleetbase"
|
||||
|
||||
Reference in New Issue
Block a user