@@ -56,7 +56,7 @@ services:
56
56
- tmp:/tmp
57
57
- vartmp:/var/tmp
58
58
healthcheck :
59
- test : " curl -f localhost:8081/$PLONE_PATH/@@ok"
59
+ test : " curl -f localhost:8081/$$ PLONE_PATH/@@ok"
60
60
labels :
61
61
SERVICE_NAME : " instance1"
62
62
instance2 :
@@ -83,7 +83,7 @@ services:
83
83
- tmp:/tmp
84
84
- vartmp:/var/tmp
85
85
healthcheck :
86
- test : " curl -f localhost:8081/$PLONE_PATH/@@ok"
86
+ test : " curl -f localhost:8081/$$ PLONE_PATH/@@ok"
87
87
labels :
88
88
SERVICE_NAME : " instance2"
89
89
instance3 :
@@ -107,7 +107,7 @@ services:
107
107
- HOSTNAME=instance3
108
108
- PLONE_PATH=demo/demo
109
109
healthcheck :
110
- test : " curl -f localhost:8081/$PLONE_PATH/@@ok"
110
+ test : " curl -f localhost:8081/$$ PLONE_PATH/@@ok"
111
111
volumes :
112
112
- ../var/:/data
113
113
- tmp:/tmp
@@ -140,7 +140,7 @@ services:
140
140
- tmp:/tmp
141
141
- vartmp:/var/tmp
142
142
healthcheck :
143
- test : " curl -f localhost:8087/$PLONE_PATH/@@ok"
143
+ test : " curl -f localhost:8087/$$ PLONE_PATH/@@ok"
144
144
labels :
145
145
SERVICE_NAME : " worker-cron"
146
146
restart :
@@ -163,7 +163,7 @@ services:
163
163
- HOSTNAME=worker-async
164
164
- PLONE_PATH=demo/demo
165
165
healthcheck :
166
- test : " curl -f localhost:8089/$PLONE_PATH/@@ok"
166
+ test : " curl -f localhost:8089/$$ PLONE_PATH/@@ok"
167
167
volumes :
168
168
- ../var/:/data
169
169
- tmp:/tmp
@@ -200,7 +200,7 @@ services:
200
200
- MQ_PASSWORD
201
201
- HOSTNAME=worker-amqp
202
202
healthcheck :
203
- test : " curl -f localhost:8286/$PLONE_PATH/@@ok"
203
+ test : " curl -f localhost:8286/$$ PLONE_PATH/@@ok"
204
204
volumes :
205
205
- ../var/:/data
206
206
- tmp:/tmp
@@ -209,7 +209,7 @@ services:
209
209
SERVICE_NAME : " worker-cron"
210
210
# restart:
211
211
# unless-stopped
212
- maintainance :
212
+ maintenance :
213
213
image : imiobe/iadelib:latest
214
214
entrypoint : bash
215
215
ports :
@@ -227,16 +227,16 @@ services:
227
227
- ADMIN_PASSWORD=tata
228
228
- CLUSTER=iadelib_pm42
229
229
- MOUNTPOINT=demo
230
- - HOSTNAME=maintainance
230
+ - HOSTNAME=maintenance
231
231
- PLONE_PATH=demo/demo
232
232
healthcheck :
233
- test : " curl -f localhost:8080/$PLONE_PATH/@@ok"
233
+ test : " curl -f localhost:8080/$$ PLONE_PATH/@@ok"
234
234
volumes :
235
235
- ../var/:/data
236
236
- tmp:/tmp
237
237
- vartmp:/var/tmp
238
238
labels :
239
- SERVICE_NAME : " maintainance "
239
+ SERVICE_NAME : " maintenance "
240
240
volumes :
241
241
tmp :
242
242
vartmp :
0 commit comments