refactor: replace dockerfile_inline with pull_policy: always

This commit is contained in:
root
2026-03-23 01:38:02 +00:00
parent e6fda25c3d
commit baa0c6b769
3 changed files with 3 additions and 14 deletions

View File

@@ -15,11 +15,7 @@ services:
gitea: gitea:
image: ${GITEA_IMAGE} image: ${GITEA_IMAGE}
build: pull_policy: always
context: .
dockerfile_inline: |
ARG GITEA_IMAGE=gitea/gitea:latest
FROM ${GITEA_IMAGE}
container_name: gitea container_name: gitea
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:

View File

@@ -1,11 +1,7 @@
services: services:
karakeep: karakeep:
image: ghcr.io/karakeep-app/karakeep:${KARAKEEP_VERSION} image: ghcr.io/karakeep-app/karakeep:${KARAKEEP_VERSION}
build: pull_policy: always
context: .
dockerfile_inline: |
ARG KARAKEEP_VERSION=latest
FROM ghcr.io/karakeep-app/karakeep:${KARAKEEP_VERSION}
container_name: karakeep container_name: karakeep
restart: unless-stopped restart: unless-stopped
environment: environment:

View File

@@ -1,10 +1,7 @@
services: services:
n8n: n8n:
image: n8nio/n8n:latest image: n8nio/n8n:latest
build: pull_policy: always
context: .
dockerfile_inline: |
FROM n8nio/n8n:latest
container_name: n8n container_name: n8n
restart: unless-stopped restart: unless-stopped
environment: environment: