apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.73k stars 4.58k forks source link

docker compose deploy the dolphinscheduler how to enable gateway address #16392

Closed lgb861213 closed 1 week ago

lgb861213 commented 2 months ago

Search before asking

What happened

docker compose deploy the dolphinscheduler how to enable gateway address

What you expected to happen

docker compose deploy the dolphinscheduler how to enable gateway address

How to reproduce

docker compose deploy the dolphinscheduler how to enable gateway address

Anything else

No response

Version

dev

Are you willing to submit PR?

Code of Conduct

SbloodyS commented 2 months ago

What do you mean by gateway address? @lgb861213

lgb861213 commented 2 months ago

�What do you mean by gateway address? @lgb861213

it means how to change the docker compose yaml file and enable the python gateway ; You can refer to the following link for instructions https://dolphinscheduler.apache.org/python/main/start.html#start-python-gateway-service

################# Please make sure you already started Python gateway service along with api-server. You can enabled it via

Environment: export API_PYTHON_GATEWAY_ENABLED=”true”

Configuration File: Set python-gateway.enabled : true in api-server/conf/application.yaml

SbloodyS commented 1 month ago

�What do you mean by gateway address? @lgb861213

it means how to change the docker compose yaml file and enable the python gateway ; You can refer to the following link for instructions https://dolphinscheduler.apache.org/python/main/start.html#start-python-gateway-service

################# Please make sure you already started Python gateway service along with api-server. You can enabled it via

Environment: export API_PYTHON_GATEWAY_ENABLED=”true”

Configuration File: Set python-gateway.enabled : true in api-server/conf/application.yaml

This document has a very clear description of the startup method.

github-actions[bot] commented 3 weeks ago

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

github-actions[bot] commented 1 week ago

This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.