Skip to content

Commit 500d4af

Browse files
authored
chore: add 'restart: always' to scheduler in compose files (#1015)
1 parent a258c08 commit 500d4af

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tools/docker/docker-compose-dev-redis-tls.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ services:
201201
condition: service_healthy
202202
volumes:
203203
- '../../:/app/src:z'
204+
restart: always
204205

205206
eda-default-worker:
206207
image: ${EDA_IMAGE:-localhost/aap-eda}

tools/docker/docker-compose-dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ services:
187187
condition: service_healthy
188188
volumes:
189189
- '../../:/app/src:z'
190+
restart: always
190191

191192
eda-default-worker:
192193
image: ${EDA_IMAGE:-localhost/aap-eda}

tools/docker/docker-compose-mac.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ services:
172172
depends_on:
173173
eda-api:
174174
condition: service_healthy
175+
restart: always
175176

176177
eda-webhook-api:
177178
image: ${EDA_IMAGE:-quay.io/ansible/eda-server}:${EDA_IMAGE_VERSION:-main}

tools/docker/docker-compose-stage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ services:
148148
depends_on:
149149
eda-api:
150150
condition: service_healthy
151+
restart: always
151152

152153
eda-default-worker:
153154
user: "${EDA_POD_USER_ID:-0}"

0 commit comments

Comments
 (0)