Skip to content

Commit

Permalink
test123
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxj959 committed Oct 28, 2024
1 parent f738337 commit 207482a
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ services:

dolphinscheduler-api:
image: apache/dolphinscheduler-standalone-server:ci
build:
context: .
dockerfile: ./Dockerfile
environment:
MASTER_MAX_CPU_LOAD_AVG: 100
WORKER_TENANT_AUTO_CREATE: 'true'
Expand All @@ -64,9 +61,6 @@ services:

dolphinscheduler-alert:
image: apache/dolphinscheduler-standalone-server:ci
build:
context: .
dockerfile: ./Dockerfile
environment:
MASTER_MAX_CPU_LOAD_AVG: 100
WORKER_TENANT_AUTO_CREATE: 'true'
Expand All @@ -88,9 +82,6 @@ services:

dolphinscheduler-master:
image: apache/dolphinscheduler-standalone-server:ci
build:
context: .
dockerfile: ./Dockerfile
environment:
MASTER_MAX_CPU_LOAD_AVG: 100
WORKER_TENANT_AUTO_CREATE: 'true'
Expand All @@ -113,9 +104,6 @@ services:

dolphinscheduler-worker:
image: apache/dolphinscheduler-standalone-server:ci
build:
context: .
dockerfile: ./Dockerfile
environment:
MASTER_MAX_CPU_LOAD_AVG: 100
WORKER_TENANT_AUTO_CREATE: 'true'
Expand Down

0 comments on commit 207482a

Please sign in to comment.