This commit is contained in:
2025-05-25 00:14:57 +02:00
parent fb5d82aa2c
commit 51bf315d0c
2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
runner:
image: docker.io/gitea/act_runner:nightly
image: ${DOCKER_REGISTRY:-}docker.io/gitea/act_runner:nightly
environment:
CONFIG_FILE: /config/config.yaml
GITEA_INSTANCE_URL: "https://gitea.sectorq.eu/"

View File

@ -1,11 +1,11 @@
services:
broker:
image: ${DOCKER_REGISTRY}docker.io/library/redis:8
image: ${DOCKER_REGISTRY:-}docker.io/library/redis:8
restart: unless-stopped
volumes:
- /share/docker_data/paperless/redisdata:/data
webserver:
image: ${DOCKER_REGISTRY}ghcr.io/paperless-ngx/paperless-ngx:latest
image: ${DOCKER_REGISTRY:-}ghcr.io/paperless-ngx/paperless-ngx:latest
restart: unless-stopped
depends_on:
- broker