Skip to content

Commit 20a7167

Browse files
committed
proper image tags
1 parent 0c44c88 commit 20a7167

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker build -t ghcr.io/rubyowo/zeppelin .
1+
docker build -t ghcr.io/rubyowo/zeppelin:coolify .

docker-compose.standalone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
# - "${STANDALONE_WEB_PORT:?Missing STANDALONE_WEB_PORT}:443"
3434

3535
migrate:
36-
image: ghcr.io/rubyowo/zeppelin
36+
image: ghcr.io/rubyowo/zeppelin:coolify
3737
depends_on:
3838
mysql:
3939
condition: service_healthy
@@ -51,7 +51,7 @@ services:
5151
command: ["npm", "run", "migrate-prod"]
5252

5353
api:
54-
image: ghcr.io/rubyowo/zeppelin
54+
image: ghcr.io/rubyowo/zeppelin:coolify
5555
depends_on:
5656
migrate:
5757
condition: service_completed_successfully
@@ -63,7 +63,7 @@ services:
6363
command: ["npm", "run", "start-api-prod"]
6464

6565
bot:
66-
image: ghcr.io/rubyowo/zeppelin
66+
image: ghcr.io/rubyowo/zeppelin:coolify
6767
depends_on:
6868
migrate:
6969
condition: service_completed_successfully
@@ -75,7 +75,7 @@ services:
7575
command: ["npm", "run", "start-bot-prod"]
7676

7777
dashboard:
78-
image: ghcr.io/rubyowo/zeppelin
78+
image: ghcr.io/rubyowo/zeppelin:coolify
7979
depends_on:
8080
migrate:
8181
condition: service_completed_successfully

0 commit comments

Comments
 (0)