File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ services:
3535 image : ghcr.io/rubyowo/zeppelin:coolify
3636 # Pull new image every deployment
3737 pull_policy : always
38- # Pull the x86_64 image (for now)
39- platform : linux/amd64
4038 depends_on :
4139 mysql :
4240 condition : service_healthy
@@ -56,8 +54,6 @@ services:
5654
5755 api :
5856 image : ghcr.io/rubyowo/zeppelin:coolify
59- # Pull the x86_64 image (for now)
60- platform : linux/amd64
6157 depends_on :
6258 migrate :
6359 condition : service_completed_successfully
@@ -70,8 +66,6 @@ services:
7066
7167 bot :
7268 image : ghcr.io/rubyowo/zeppelin:coolify
73- # Pull the x86_64 image (for now)
74- platform : linux/amd64
7569 depends_on :
7670 migrate :
7771 condition : service_completed_successfully
@@ -84,8 +78,6 @@ services:
8478
8579 dashboard :
8680 image : ghcr.io/rubyowo/zeppelin:coolify
87- # Pull the x86_64 image (for now)
88- platform : linux/amd64
8981 depends_on :
9082 migrate :
9183 condition : service_completed_successfully
You can’t perform that action at this time.
0 commit comments