Skip to content

Commit 7a4fa41

Browse files
authored
Merge pull request #80 from import-ai/fix/callback
fix(callback): Fix callback
2 parents ee12a66 + 330292e commit 7a4fa41

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.10
5+
image: ghcr.io/import-ai/omnibox-web:0.1.11
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.10
16+
image: ghcr.io/import-ai/omnibox-backend:0.1.11
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.9
35+
image: ghcr.io/import-ai/omnibox-wizard:0.1.11
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.9
53+
image: ghcr.io/import-ai/omnibox-wizard:0.1.11
5454
restart: always
5555
environment:
5656
ENV: prod

0 commit comments

Comments
 (0)