Skip to content

Commit 647b327

Browse files
authored
release(v0.1.12): Sync submodules to v0.1.12 (#83)
1 parent 80e5cdf commit 647b327

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.11
5+
image: ghcr.io/import-ai/omnibox-web:0.1.12
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.11
16+
image: ghcr.io/import-ai/omnibox-backend:0.1.12
1717
restart: always
1818
volumes:
1919
- '/etc/localtime:/etc/localtime:ro'
@@ -32,7 +32,7 @@ services:
3232
condition: service_healthy
3333

3434
wizard:
35-
image: ghcr.io/import-ai/omnibox-wizard:0.1.11
35+
image: ghcr.io/import-ai/omnibox-wizard:0.1.12
3636
restart: always
3737
volumes:
3838
- '/etc/localtime:/etc/localtime:ro'
@@ -50,7 +50,7 @@ services:
5050
start_period: 5s
5151

5252
wizard-worker:
53-
image: ghcr.io/import-ai/omnibox-wizard:0.1.11
53+
image: ghcr.io/import-ai/omnibox-wizard:0.1.12
5454
restart: always
5555
environment:
5656
ENV: prod

wizard

0 commit comments

Comments
 (0)