Compare commits

..

3 Commits

Author SHA1 Message Date
Renovate Bot
ff9fe9cf75 Update ghcr.io/goauthentik/server Docker tag to v2025.6.2 2025-06-17 00:01:04 +00:00
8b5e3e10bd Changed Paperless date format
Some checks failed
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Failing after 2m6s
2025-06-14 08:26:12 -04:00
60406eaf34 Update Paperless
Some checks failed
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Failing after 16m8s
2025-06-13 06:33:59 -04:00
2 changed files with 6 additions and 5 deletions

View File

@ -179,7 +179,7 @@ services:
timeout: 3s
authentik-server:
container_name: authentik-server
image: ghcr.io/goauthentik/server:2025.6.1
image: ghcr.io/goauthentik/server:2025.6.2
restart: unless-stopped
command: server
environment:
@ -213,7 +213,7 @@ services:
- "traefik.http.routers.authentik.middlewares=crowdsec@docker"
authentik-worker:
container_name: authentik-worker
image: ghcr.io/goauthentik/server:2025.6.1
image: ghcr.io/goauthentik/server:2025.6.2
restart: unless-stopped
command: worker
environment:

View File

@ -59,7 +59,7 @@ services:
volumes:
- redisdata:/data
paperless-webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:2.14.7
image: ghcr.io/paperless-ngx/paperless-ngx:2.16.3
container_name: paperless-webserver
restart: unless-stopped
depends_on:
@ -72,8 +72,9 @@ services:
- media:/usr/src/paperless/media
- export:/usr/src/paperless/export
- consume:/usr/src/paperless/consume
env_file: docker-compose.env
# environment:
#env_file: docker-compose.env
environment:
PAPERLESS_DATE_ORDER=MDY
labels:
- "traefik.http.routers.paperless.rule=Host(`paperless.injust.us`)"
- "traefik.http.routers.paperless.entrypoints=websecure"