File tree Expand file tree Collapse file tree 1 file changed +11
-22
lines changed Expand file tree Collapse file tree 1 file changed +11
-22
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,9 @@ services:
29
29
- oreowallet_network
30
30
healthcheck :
31
31
test : ["CMD-SHELL", "pg_isready -U ${DB_USER}"]
32
- interval : 5s
32
+ interval : 10s
33
33
timeout : 5s
34
34
retries : 5
35
- start_period : 10s
36
35
37
36
migration :
38
37
env_file : .env
@@ -44,10 +43,8 @@ services:
44
43
networks :
45
44
- oreowallet_network
46
45
depends_on :
47
- postgres :
48
- condition : service_healthy
49
- dbconfig :
50
- condition : service_completed_successfully
46
+ - postgres
47
+ - dbconfig
51
48
logging :
52
49
driver : " json-file"
53
50
options :
@@ -63,8 +60,7 @@ services:
63
60
volumes :
64
61
- conf:/app/conf
65
62
depends_on :
66
- migration :
67
- condition : service_completed_successfully
63
+ - migration
68
64
networks :
69
65
- oreowallet_network
70
66
ulimits :
@@ -86,10 +82,8 @@ services:
86
82
ports :
87
83
- " 10002:10002"
88
84
depends_on :
89
- migration :
90
- condition : service_completed_successfully
91
- chainloader :
92
- condition : service_completed_successfully
85
+ - migration
86
+ - chainloader
93
87
networks :
94
88
- oreowallet_network
95
89
ulimits :
@@ -147,10 +141,8 @@ services:
147
141
volumes :
148
142
- conf:/app/conf
149
143
depends_on :
150
- migration :
151
- condition : service_completed_successfully
152
- chainloader :
153
- condition : service_completed_successfully
144
+ - migration
145
+ - chainloader
154
146
networks :
155
147
oreowallet_network :
156
148
ipv4_address : 172.19.0.10
@@ -171,12 +163,9 @@ services:
171
163
image : " oreowallet"
172
164
command : ./dworker --address 172.19.0.10:10001 --verbosity ${VERBOSITY:-0}
173
165
depends_on :
174
- migration :
175
- condition : service_completed_successfully
176
- chainloader :
177
- condition : service_completed_successfully
178
- dservice :
179
- condition : service_completed_successfully
166
+ - migration
167
+ - chainloader
168
+ - dservice
180
169
networks :
181
170
- oreowallet_network
182
171
ulimits :
You can’t perform that action at this time.
0 commit comments