Skip to content

Commit

Permalink
remove DB
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxj959 committed Oct 24, 2024
1 parent 7f0aa94 commit da38cce
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,6 @@
version: "3.8"

services:
dolphinscheduler-postgresql:
image: bitnami/postgresql:15.2.0
ports:
- "5432:5432"
profiles: ["all", "schema"]
environment:
POSTGRESQL_USERNAME: root
POSTGRESQL_PASSWORD: root
POSTGRESQL_DATABASE: dolphinscheduler
volumes:
- dolphinscheduler-postgresql:/bitnami/postgresql
healthcheck:
test: ["CMD", "bash", "-c", "cat < /dev/null > /dev/tcp/127.0.0.1/5432"]
interval: 5s
timeout: 60s
retries: 120
networks:
- dolphinscheduler

dolphinscheduler-zookeeper:
image: bitnami/zookeeper:3.7.1
Expand Down

0 comments on commit da38cce

Please sign in to comment.