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/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
runner: runner:
image: docker.io/gitea/act_runner:nightly image: ${DOCKER_REGISTRY:-}docker.io/gitea/act_runner:nightly
environment: environment:
CONFIG_FILE: /config/config.yaml CONFIG_FILE: /config/config.yaml
GITEA_INSTANCE_URL: "https://gitea.sectorq.eu/" GITEA_INSTANCE_URL: "https://gitea.sectorq.eu/"

View File

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