Remove empty lines at end of files

This commit is contained in:
2025-06-26 23:07:20 +02:00
parent 08941a4869
commit 2ae815d48a
12 changed files with 12 additions and 12 deletions

View File

@@ -36,4 +36,4 @@ services:
networks: networks:
traefik: traefik:
external: true external: true

View File

@@ -43,4 +43,4 @@ services:
networks: networks:
traefik: traefik:
external: true external: true

View File

@@ -5,4 +5,4 @@ opcache.memory_consumption=256
opcache.interned_strings_buffer=16 opcache.interned_strings_buffer=16
opcache.max_accelerated_files=10000 opcache.max_accelerated_files=10000
opcache.revalidate_freq=1 opcache.revalidate_freq=1
opcache.save_comments=1 opcache.save_comments=1

View File

@@ -15,4 +15,4 @@ services:
networks: networks:
traefik: traefik:
external: true external: true

View File

@@ -6,4 +6,4 @@ http:
entryPoints: entryPoints:
- https - https
rule: Host(`traefik.eliasfink.de`) rule: Host(`traefik.eliasfink.de`)
service: api@internal service: api@internal

View File

@@ -12,4 +12,4 @@ http:
gitea: gitea:
loadBalancer: loadBalancer:
servers: servers:
- url: http://gitea:3000 - url: http://gitea:3000

View File

@@ -15,4 +15,4 @@ http:
redirectRegex: redirectRegex:
permanent: true permanent: true
regex: ^.+$ regex: ^.+$
replacement: https://eliasfink.de replacement: https://eliasfink.de

View File

@@ -12,4 +12,4 @@ http:
nextcloud: nextcloud:
loadBalancer: loadBalancer:
servers: servers:
- url: http://nextcloud:80 - url: http://nextcloud:80

View File

@@ -12,4 +12,4 @@ http:
portainer: portainer:
loadBalancer: loadBalancer:
servers: servers:
- url: http://portainer:9000 - url: http://portainer:9000

View File

@@ -13,4 +13,4 @@ http:
stsSeconds: 31536000 stsSeconds: 31536000
stsIncludeSubdomains: true stsIncludeSubdomains: true
stsPreload: true stsPreload: true
referrerPolicy: same-origin referrerPolicy: same-origin

View File

@@ -31,4 +31,4 @@ certificatesResolvers:
acme: acme:
email: mail@eliasfink.de email: mail@eliasfink.de
# caServer: https://acme-staging-v02.api.letsencrypt.org/directory # use staging server instead of production # caServer: https://acme-staging-v02.api.letsencrypt.org/directory # use staging server instead of production
tlsChallenge: {} tlsChallenge: {}

View File

@@ -9,4 +9,4 @@ services:
--cleanup --cleanup
--schedule "0 3 * * *" --schedule "0 3 * * *"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock