Skip to content

Commit ea753f8

Browse files
committed
docker: ALL HAIL NATIVE IMAGES
1 parent 8b977e6 commit ea753f8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docker-compose.standalone.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)