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:
traefik:
external: true
external: true

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -31,4 +31,4 @@ certificatesResolvers:
acme:
email: mail@eliasfink.de
# 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
--schedule "0 3 * * *"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/run/docker.sock:/var/run/docker.sock