Skip to content

Commit 186afc0

Browse files
committed
chore(deploy): Use release tag in compose.yaml
1 parent d61c7d5 commit 186afc0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-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: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"

compose/dev.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
services:
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

0 commit comments

Comments
 (0)