1- version : " 3 "
1+ version : ' 3 '
22services :
33 mongodb :
44 image : mongo
55 container_name : mongodb
66 logging :
7- driver : " none"
7+ driver : ' none'
88 environment :
99 - PUID=1000
1010 - PGID=1000
@@ -18,7 +18,7 @@ services:
1818
1919 api :
2020 privileged : true
21- image : " ghcr.io/implerhq/impler/api:1.9.0 "
21+ image : ' ghcr.io/implerhq/impler/api:1.9.2 '
2222 depends_on :
2323 - mongodb
2424 - rabbitmq
@@ -51,12 +51,12 @@ services:
5151 ALERT_EMAIL_FROM : ${ALERT_EMAIL_FROM}
5252 LEAD_MAKE_WEBHOOK_URL : ${LEAD_MAKE_WEBHOOK_URL}
5353 ports :
54- - " 3000:3000"
54+ - ' 3000:3000'
5555 networks :
5656 - impler
5757
5858 queue-manager :
59- image : " ghcr.io/implerhq/impler/queue-manager:1.9.0 "
59+ image : ' ghcr.io/implerhq/impler/queue-manager:1.9.2 '
6060 depends_on :
6161 - api
6262 - rabbitmq
@@ -84,7 +84,7 @@ services:
8484 - impler
8585
8686 widget :
87- image : " ghcr.io/implerhq/impler/widget:1.9.0 "
87+ image : ' ghcr.io/implerhq/impler/widget:1.9.2 '
8888 depends_on :
8989 - api
9090 container_name : widget
@@ -102,7 +102,7 @@ services:
102102 embed :
103103 depends_on :
104104 - widget
105- image : " ghcr.io/implerhq/impler/embed:1.9.0 "
105+ image : ' ghcr.io/implerhq/impler/embed:1.9.2 '
106106 container_name : embed
107107 environment :
108108 WIDGET_URL : ${WIDGET_BASE_URL}
@@ -114,7 +114,7 @@ services:
114114 web :
115115 depends_on :
116116 - api
117- image : " ghcr.io/implerhq/impler/web:1.9.0 "
117+ image : ' ghcr.io/implerhq/impler/web:1.9.2 '
118118 container_name : web
119119 environment :
120120 NEXT_PUBLIC_API_BASE_URL : ${API_ROOT_URL}
@@ -129,12 +129,12 @@ services:
129129
130130 rabbitmq :
131131 image : rabbitmq:3-alpine
132- container_name : " rabbitmq"
132+ container_name : ' rabbitmq'
133133 restart : always
134134 ports :
135135 - 5672:5672
136136 healthcheck :
137- test : [" CMD", "nc", "-z", " localhost", " 5672" ]
137+ test : [' CMD', 'nc', '-z', ' localhost', ' 5672' ]
138138 interval : 5s
139139 timeout : 15s
140140 retries : 1
@@ -153,7 +153,7 @@ services:
153153 - 9001:9001
154154 command : server /data --console-address ":9001"
155155 healthcheck :
156- test : [" CMD", " curl", "-f", " http://localhost:9000/minio/health/live" ]
156+ test : [' CMD', ' curl', '-f', ' http://localhost:9000/minio/health/live' ]
157157 interval : 30s
158158 timeout : 20s
159159 retries : 3
0 commit comments