|
|
@ -18,7 +18,7 @@ version: "3.8" |
|
|
|
|
|
|
|
|
|
|
|
services: |
|
|
|
services: |
|
|
|
dolphinscheduler-postgresql: |
|
|
|
dolphinscheduler-postgresql: |
|
|
|
image: bitnami/postgresql:11.11.0 |
|
|
|
image: bitnami/postgresql:15.2.0 |
|
|
|
ports: |
|
|
|
ports: |
|
|
|
- "5432:5432" |
|
|
|
- "5432:5432" |
|
|
|
profiles: ["all", "schema"] |
|
|
|
profiles: ["all", "schema"] |
|
|
@ -37,7 +37,7 @@ services: |
|
|
|
- dolphinscheduler |
|
|
|
- dolphinscheduler |
|
|
|
|
|
|
|
|
|
|
|
dolphinscheduler-zookeeper: |
|
|
|
dolphinscheduler-zookeeper: |
|
|
|
image: bitnami/zookeeper:3.6.2 |
|
|
|
image: bitnami/zookeeper:3.7.1 |
|
|
|
profiles: ["all"] |
|
|
|
profiles: ["all"] |
|
|
|
environment: |
|
|
|
environment: |
|
|
|
ALLOW_ANONYMOUS_LOGIN: "yes" |
|
|
|
ALLOW_ANONYMOUS_LOGIN: "yes" |
|
|
|