Merge branch 'main' into renovate/ghcr.io-n8n-io-n8n-1.x
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 4s

This commit is contained in:
Matt Reeves 2024-12-13 00:23:43 -05:00
commit f52f553ecf
7 changed files with 29 additions and 29 deletions

View file

@ -103,4 +103,3 @@ volumes:
ollama: ollama:
external: true external: true
open-webui: open-webui:

View file

@ -80,14 +80,14 @@ services:
- redis - redis
authentik_ldap: authentik_ldap:
image: ghcr.io/goauthentik/ldap:2024.10.5 image: ghcr.io/goauthentik/ldap:2024.10.5
ports: ports:
- 389:3389 - 389:3389
- 636:6636 - 636:6636
environment: environment:
AUTHENTIK_HOST: ${AUTH_HOST} AUTHENTIK_HOST: ${AUTH_HOST}
AUTHENTIK_INSECURE: "true" AUTHENTIK_INSECURE: "true"
AUTHENTIK_TOKEN: ${AUTH_TOKEN} AUTHENTIK_TOKEN: ${AUTH_TOKEN}
volumes: volumes:
database: database:

View file

@ -146,7 +146,7 @@ services:
APIKEY: $PROWLARR_API APIKEY: $PROWLARR_API
PROWLARR__BACKFILL: true PROWLARR__BACKFILL: true
ports: ports:
- "9710:9710" - "9710:9710"
restart: unless-stopped restart: unless-stopped
networks: networks:
- grafana - grafana
@ -159,7 +159,7 @@ services:
URL: $SAB_URL URL: $SAB_URL
APIKEY: $SAB_API APIKEY: $SAB_API
ports: ports:
- "9711:9711" - "9711:9711"
restart: unless-stopped restart: unless-stopped
networks: networks:
- grafana - grafana

View file

@ -65,7 +65,8 @@ services:
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: $POSTGRES_PASSWORD POSTGRES_PASSWORD: $POSTGRES_PASSWORD
volumes: volumes:
- /docker/appdata/jellystat/postgres-data:/var/lib/postgresql/data - /docker/appdata/jellystat/postgres-data:/var/lib/postgresql/data
jellystat: jellystat:
image: cyfershepard/jellystat:1.1.1 image: cyfershepard/jellystat:1.1.1
environment: environment: