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 timeout: 3s
authentik-server: authentik-server:
container_name: authentik-server container_name: authentik-server
image: ghcr.io/goauthentik/server:2025.2.2 image: ghcr.io/goauthentik/server:2025.6.2
restart: unless-stopped restart: unless-stopped
command: server command: server
environment: environment:
@ -213,7 +213,7 @@ services:
- "traefik.http.routers.authentik.middlewares=crowdsec@docker" - "traefik.http.routers.authentik.middlewares=crowdsec@docker"
authentik-worker: authentik-worker:
container_name: authentik-worker container_name: authentik-worker
image: ghcr.io/goauthentik/server:2025.2.2 image: ghcr.io/goauthentik/server:2025.6.2
restart: unless-stopped restart: unless-stopped
command: worker command: worker
environment: environment:

View File

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