mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-06 06:15:51 +00:00
fixed widget panel
This commit is contained in:
@@ -23,16 +23,16 @@ services:
|
||||
SOCKETCLUSTER_WORKERS: 10
|
||||
SOCKETCLUSTER_BROKERS: 10
|
||||
|
||||
console:
|
||||
ports:
|
||||
- "4200:4200"
|
||||
volumes:
|
||||
- ./console:/app/console
|
||||
build:
|
||||
context: .
|
||||
dockerfile: console/Dockerfile
|
||||
args:
|
||||
ENVIRONMENT: development
|
||||
# console:
|
||||
# ports:
|
||||
# - "4200:4200"
|
||||
# volumes:
|
||||
# - ./console:/app/console
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: console/Dockerfile
|
||||
# args:
|
||||
# ENVIRONMENT: development
|
||||
|
||||
application:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user