lint compose files

This commit is contained in:
2025-07-30 13:37:18 +02:00
parent 817b8ad1c6
commit 48025fae12
36 changed files with 561 additions and 543 deletions

32
.yamllint Normal file
View File

@@ -0,0 +1,32 @@
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
rules:
anchors: enable
braces: enable
brackets: enable
colons: enable
commas: enable
comments:
level: warning
comments-indentation:
level: warning
document-end: disable
document-start: disable
empty-lines: enable
empty-values: disable
float-values: disable
hyphens: enable
indentation: enable
key-duplicates: enable
key-ordering: disable
line-length: disable
new-line-at-end-of-file: enable
new-lines: enable
octal-values: disable
quoted-strings: disable
trailing-spaces: enable
truthy:
level: warning

View File

@@ -75,16 +75,3 @@ services:
depends_on:
- authentik-postgres
- authentik-redis
# authentik-proxy:
# image: authentik-proxy
# container_name: authentik-proxy
# ports:
# - "15000:5000"
# environment:
# INTERNAL: http://host:19000
# EXTERNAL: https://authentik.rik.veenboer.xyz
# build:
# context: /opt/authentik/proxy
# extra_hosts:
# - host:192.168.2.200

View File

@@ -10,4 +10,3 @@ services:
restart: unless-stopped
volumes:
- /mnt/mezzo/scratch/timescaledb:/var/lib/postgresql/data