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:
image: ${GITEA_IMAGE}
build:
context: .
dockerfile_inline: |
ARG GITEA_IMAGE=gitea/gitea:latest
FROM ${GITEA_IMAGE}
pull_policy: always
container_name: gitea
restart: unless-stopped
depends_on:

View File

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

View File

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