Skip to content

Commit d76d892

Browse files
committed
chore(version): Change version in compose.yaml
1 parent 752c1f0 commit d76d892

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: omnibox
22

33
services:
44
web:
5-
image: ghcr.io/import-ai/omnibox-web:0.1.1
5+
image: ghcr.io/import-ai/omnibox-web:0.1.2
66
volumes:
77
- '/etc/localtime:/etc/localtime:ro'
88
ports:
@@ -13,7 +13,7 @@ services:
1313
condition: service_healthy
1414

1515
backend:
16-
image: ghcr.io/import-ai/omnibox-backend:0.1.1
16+
image: ghcr.io/import-ai/omnibox-backend:0.1.2
1717
restart: always
1818
volumes:
1919
- '/etc/localtime:/etc/localtime:ro'
@@ -51,7 +51,7 @@ services:
5151
condition: service_healthy
5252

5353
wizard:
54-
image: ghcr.io/import-ai/omnibox-wizard:0.1.1
54+
image: ghcr.io/import-ai/omnibox-wizard:0.1.2
5555
restart: always
5656
volumes:
5757
- '/etc/localtime:/etc/localtime:ro'
@@ -88,7 +88,7 @@ services:
8888
start_period: 5s
8989

9090
wizard-worker:
91-
image: ghcr.io/import-ai/omnibox-wizard:0.1.1
91+
image: ghcr.io/import-ai/omnibox-wizard:0.1.2
9292
restart: always
9393
environment:
9494
ENV: 'prod'

0 commit comments

Comments
 (0)