Skip to content

Commit 2403d4b

Browse files
committed
docker: only pull the image once
1 parent bbdf7b9 commit 2403d4b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

docker-compose.standalone.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ services:
5656

5757
api:
5858
image: ghcr.io/rubyowo/zeppelin:coolify
59-
# Pull new image every deployment
60-
pull_policy: always
6159
# Pull the x86_64 image (for now)
6260
platform: linux/amd64
6361
depends_on:
@@ -72,8 +70,6 @@ services:
7270

7371
bot:
7472
image: ghcr.io/rubyowo/zeppelin:coolify
75-
# Pull new image every deployment
76-
pull_policy: always
7773
# Pull the x86_64 image (for now)
7874
platform: linux/amd64
7975
depends_on:
@@ -88,8 +84,6 @@ services:
8884

8985
dashboard:
9086
image: ghcr.io/rubyowo/zeppelin:coolify
91-
# Pull new image every deployment
92-
pull_policy: always
9387
# Pull the x86_64 image (for now)
9488
platform: linux/amd64
9589
depends_on:

0 commit comments

Comments
 (0)