Skip to content

Commit

Permalink
restart config
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 authored Jun 5, 2024
1 parent f9c8903 commit 920aad9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ services:
timeout: 10s
retries: 5
start_period: 30s
restart: always
depends_on:
<<: *airflow-common-depends-on
airflow-init:
Expand All @@ -447,7 +446,6 @@ services:
timeout: 10s
retries: 5
start_period: 30s
restart: always
depends_on:
<<: *airflow-common-depends-on
airflow-init:
Expand All @@ -470,7 +468,6 @@ services:
# Required to handle warm shutdown of the celery workers properly
# See https://airflow.apache.org/docs/docker-stack/entrypoint.html#signal-propagation
DUMB_INIT_SETSID: "0"
restart: always
depends_on:
<<: *airflow-common-depends-on
airflow-init:
Expand All @@ -486,7 +483,6 @@ services:
timeout: 10s
retries: 5
start_period: 30s
restart: always
depends_on:
<<: *airflow-common-depends-on
airflow-init:
Expand All @@ -507,6 +503,7 @@ services:

airflow-cli:
container_name: airflow-cli
restart: "no"
<<: *airflow-common
profiles:
- debug
Expand All @@ -532,7 +529,7 @@ services:
timeout: 10s
retries: 5
start_period: 30s
restart: always
restart: unless-stopped
depends_on:
<<: *airflow-common-depends-on
airflow-init:
Expand Down

0 comments on commit 920aad9

Please sign in to comment.