lint compose files
This commit is contained in:
32
.yamllint
Normal file
32
.yamllint
Normal 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
|
||||
@@ -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
|
||||
|
||||
@@ -10,4 +10,3 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/mezzo/scratch/timescaledb:/var/lib/postgresql/data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user