We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50b1ddc + 2d2a457 commit c3c8c1cCopy full SHA for c3c8c1c
devops/deploy/docker-compose.yml
@@ -9,6 +9,7 @@ services:
9
timeout: 10s
10
retries: 3
11
start_period: 60s
12
+ restart: always
13
labels:
14
- autoheal=true
15
user: postgres
@@ -84,6 +85,7 @@ services:
84
85
86
87
start_period: 120s
88
89
90
91
volumes:
@@ -121,6 +123,7 @@ services:
121
123
122
124
125
start_period: 30s
126
127
128
129
networks:
@@ -148,6 +151,7 @@ services:
148
151
149
152
150
153
154
155
156
157
0 commit comments