Skip to content

Commit c3c8c1c

Browse files
authored
Merge pull request #1373 from WildMeOrg/opensearch-autoheal-restart
Add opensearch restart config
2 parents 50b1ddc + 2d2a457 commit c3c8c1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

devops/deploy/docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ services:
99
timeout: 10s
1010
retries: 3
1111
start_period: 60s
12+
restart: always
1213
labels:
1314
- autoheal=true
1415
user: postgres
@@ -84,6 +85,7 @@ services:
8485
timeout: 10s
8586
retries: 3
8687
start_period: 120s
88+
restart: always
8789
labels:
8890
- autoheal=true
8991
volumes:
@@ -121,6 +123,7 @@ services:
121123
timeout: 10s
122124
retries: 3
123125
start_period: 30s
126+
restart: always
124127
labels:
125128
- autoheal=true
126129
networks:
@@ -148,6 +151,7 @@ services:
148151
timeout: 10s
149152
retries: 3
150153
start_period: 30s
154+
restart: always
151155
labels:
152156
- autoheal=true
153157
volumes:

0 commit comments

Comments
 (0)