fixed widget panel

This commit is contained in:
Turtuvshin
2024-01-22 19:14:34 +08:00
parent 59f01832ef
commit fc1e610a54
16 changed files with 17009 additions and 3098 deletions

View File

@@ -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: