fix all but 1 yaml files for yamllint
This commit is contained in:
parent
10e64dad00
commit
e9d358bc17
7 changed files with 29 additions and 29 deletions
|
@ -103,4 +103,3 @@ volumes:
|
|||
ollama:
|
||||
external: true
|
||||
open-webui:
|
||||
|
||||
|
|
|
@ -80,14 +80,14 @@ services:
|
|||
- redis
|
||||
|
||||
authentik_ldap:
|
||||
image: ghcr.io/goauthentik/ldap:2024.10.5
|
||||
ports:
|
||||
- 389:3389
|
||||
- 636:6636
|
||||
environment:
|
||||
AUTHENTIK_HOST: ${AUTH_HOST}
|
||||
AUTHENTIK_INSECURE: "true"
|
||||
AUTHENTIK_TOKEN: ${AUTH_TOKEN}
|
||||
image: ghcr.io/goauthentik/ldap:2024.10.5
|
||||
ports:
|
||||
- 389:3389
|
||||
- 636:6636
|
||||
environment:
|
||||
AUTHENTIK_HOST: ${AUTH_HOST}
|
||||
AUTHENTIK_INSECURE: "true"
|
||||
AUTHENTIK_TOKEN: ${AUTH_TOKEN}
|
||||
|
||||
volumes:
|
||||
database:
|
||||
|
|
|
@ -146,7 +146,7 @@ services:
|
|||
APIKEY: $PROWLARR_API
|
||||
PROWLARR__BACKFILL: true
|
||||
ports:
|
||||
- "9710:9710"
|
||||
- "9710:9710"
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- grafana
|
||||
|
@ -159,7 +159,7 @@ services:
|
|||
URL: $SAB_URL
|
||||
APIKEY: $SAB_API
|
||||
ports:
|
||||
- "9711:9711"
|
||||
- "9711:9711"
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- grafana
|
||||
|
|
|
@ -65,7 +65,8 @@ services:
|
|||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: $POSTGRES_PASSWORD
|
||||
volumes:
|
||||
- /docker/appdata/jellystat/postgres-data:/var/lib/postgresql/data
|
||||
- /docker/appdata/jellystat/postgres-data:/var/lib/postgresql/data
|
||||
|
||||
jellystat:
|
||||
image: cyfershepard/jellystat:1.1.1
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue