Skip to content

Commit

Permalink
fix code error
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxj959 committed Oct 23, 2024
1 parent ec57c93 commit ceede2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ services:
interval: 5s
timeout: 5s
retries: 120
command: [ "/bin/bash", "/opt/dolphinscheduler/api-server/bin/start.sh" ]

networks:
e2e:
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docker-compose-api.yaml#
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
Expand All @@ -24,15 +24,15 @@ services:
MASTER_MAX_CPU_LOAD_AVG: 100
WORKER_TENANT_AUTO_CREATE: 'true'
ports:
- "5678:5678"
- "5679:5679"
- "12345:12345"
networks:
- e2e
healthcheck:
test: [ "CMD", "curl", "http://localhost:5679/actuator/health" ]
test: [ "CMD", "curl", "http://localhost:12345/dolphinscheduler/actuator/health" ]
interval: 5s
timeout: 5s
retries: 120
command: [ "/bin/bash", "/opt/dolphinscheduler/master-server/bin/start.sh" ]
networks:
e2e:

0 comments on commit ceede2e

Please sign in to comment.