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.
1 parent da30913 commit 8b68ec2Copy full SHA for 8b68ec2
docker/docker-compose.yml
@@ -209,7 +209,7 @@ services:
209
SERVICE_NAME: "worker-cron"
210
# restart:
211
# unless-stopped
212
- debug:
+ maintainance:
213
image: imiobe/iadelib:latest
214
entrypoint: bash
215
ports:
@@ -227,7 +227,7 @@ services:
227
- ADMIN_PASSWORD=tata
228
- CLUSTER=iadelib_pm42
229
- MOUNTPOINT=demo
230
- - HOSTNAME=debug
+ - HOSTNAME=maintainance
231
- PLONE_PATH=demo/demo
232
healthcheck:
233
test: "curl -f localhost:8080/$PLONE_PATH/@@ok"
@@ -236,7 +236,7 @@ services:
236
- tmp:/tmp
237
- vartmp:/var/tmp
238
labels:
239
- SERVICE_NAME: "instance1"
+ SERVICE_NAME: "maintainance"
240
volumes:
241
tmp:
242
vartmp:
0 commit comments