fix: adapt gitea and karakeep compose for Coolify (remove Traefik, add dockerfile_inline)

This commit is contained in:
root
2026-03-23 00:58:01 +00:00
parent faffd54ff1
commit f36e537336
2 changed files with 42 additions and 45 deletions

View File

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