File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
19
19
20
20
api :
21
21
privileged : true
22
- image : " ghcr.io/implerhq/impler/api:0.30.1 "
22
+ image : " ghcr.io/implerhq/impler/api:1.0.0 "
23
23
depends_on :
24
24
- mongodb
25
25
- rabbitmq
@@ -56,7 +56,7 @@ services:
56
56
- impler
57
57
58
58
queue-manager :
59
- image : " ghcr.io/implerhq/impler/queue-manager:0.30.1 "
59
+ image : " ghcr.io/implerhq/impler/queue-manager:1.0.0 "
60
60
depends_on :
61
61
- api
62
62
- rabbitmq
@@ -84,7 +84,7 @@ services:
84
84
- impler
85
85
86
86
widget :
87
- image : " ghcr.io/implerhq/impler/widget:0.30.1 "
87
+ image : " ghcr.io/implerhq/impler/widget:1.0.0 "
88
88
depends_on :
89
89
- api
90
90
container_name : widget
@@ -102,7 +102,7 @@ services:
102
102
embed :
103
103
depends_on :
104
104
- widget
105
- image : " ghcr.io/implerhq/impler/embed:0.30.1 "
105
+ image : " ghcr.io/implerhq/impler/embed:1.0.0 "
106
106
container_name : embed
107
107
environment :
108
108
WIDGET_URL : ${WIDGET_BASE_URL}
@@ -114,7 +114,7 @@ services:
114
114
web :
115
115
depends_on :
116
116
- api
117
- image : " ghcr.io/implerhq/impler/web:0.30.1 "
117
+ image : " ghcr.io/implerhq/impler/web:1.0.0 "
118
118
container_name : web
119
119
environment :
120
120
NEXT_PUBLIC_API_BASE_URL : ${API_ROOT_URL}
You can’t perform that action at this time.
0 commit comments