@@ -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