Skip to content

Commit d7e3453

Browse files
author
bhavik
committed
feat: Updated docker-compose images version
1 parent 01f16cd commit d7e3453

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker/docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919

2020
api:
2121
privileged: true
22-
image: "ghcr.io/implerhq/impler/api:0.30.1"
22+
image: "ghcr.io/implerhq/impler/api:1.0.0"
2323
depends_on:
2424
- mongodb
2525
- rabbitmq
@@ -56,7 +56,7 @@ services:
5656
- impler
5757

5858
queue-manager:
59-
image: "ghcr.io/implerhq/impler/queue-manager:0.30.1"
59+
image: "ghcr.io/implerhq/impler/queue-manager:1.0.0"
6060
depends_on:
6161
- api
6262
- rabbitmq
@@ -84,7 +84,7 @@ services:
8484
- impler
8585

8686
widget:
87-
image: "ghcr.io/implerhq/impler/widget:0.30.1"
87+
image: "ghcr.io/implerhq/impler/widget:1.0.0"
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:0.30.1"
105+
image: "ghcr.io/implerhq/impler/embed:1.0.0"
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:0.30.1"
117+
image: "ghcr.io/implerhq/impler/web:1.0.0"
118118
container_name: web
119119
environment:
120120
NEXT_PUBLIC_API_BASE_URL: ${API_ROOT_URL}

0 commit comments

Comments
 (0)