File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: omnibox
22
33services :
44 web :
5- image : ghcr.io/import-ai/omnibox-web:main
5+ image : ghcr.io/import-ai/omnibox-web:0.1.1
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:main
16+ image : ghcr.io/import-ai/omnibox-backend:0.1.1
1717 restart : always
1818 volumes :
1919 - " /etc/localtime:/etc/localtime:ro"
@@ -47,7 +47,7 @@ services:
4747 condition : service_healthy
4848
4949 wizard :
50- image : ghcr.io/import-ai/omnibox-wizard:main
50+ image : ghcr.io/import-ai/omnibox-wizard:0.1.1
5151 restart : always
5252 volumes :
5353 - " /etc/localtime:/etc/localtime:ro"
@@ -84,7 +84,7 @@ services:
8484 start_period : 5s
8585
8686 wizard-worker :
87- image : ghcr.io/import-ai/omnibox-wizard:main
87+ image : ghcr.io/import-ai/omnibox-wizard:0.1.1
8888 restart : always
8989 environment :
9090 ENV : " prod"
Original file line number Diff line number Diff line change 11services :
22 web :
3+ image : ghcr.io/import-ai/omnibox-web:main
34 build :
45 context : web
56
67 backend :
8+ image : ghcr.io/import-ai/omnibox-backend:main
79 build :
810 context : backend
911 ports :
1012 - " 8000:8000"
1113
1214 wizard :
15+ image : ghcr.io/import-ai/omnibox-wizard:main
1316 build :
1417 context : wizard
1518 ports :
@@ -18,6 +21,7 @@ services:
1821 ENV : " dev"
1922
2023 wizard-worker :
24+ image : ghcr.io/import-ai/omnibox-wizard:main
2125 build :
2226 context : wizard
2327
You can’t perform that action at this time.
0 commit comments