Merge branch 'dev' into postgres

This commit is contained in:
miloschwartz 2025-05-27 17:19:43 -04:00
commit 30ebbaaef0
No known key found for this signature in database
4 changed files with 10 additions and 2 deletions

View file

@ -35,7 +35,7 @@ services:
- 80:80 # Port for traefik because of the network_mode - 80:80 # Port for traefik because of the network_mode
traefik: traefik:
image: traefik:v3.3.3 image: traefik:v3.4.0
container_name: traefik container_name: traefik
restart: unless-stopped restart: unless-stopped
network_mode: service:gerbil # Ports appear on the gerbil service network_mode: service:gerbil # Ports appear on the gerbil service

View file

@ -21,6 +21,10 @@ experimental:
log: log:
level: "INFO" level: "INFO"
format: "json" # Log format changed to json for better parsing format: "json" # Log format changed to json for better parsing
maxSize: 100
maxBackups: 3
maxAge: 3
compress: true
accessLog: # We enable access logs as json accessLog: # We enable access logs as json
filePath: "/var/log/traefik/access.log" filePath: "/var/log/traefik/access.log"

View file

@ -35,7 +35,7 @@ services:
- 80:80 # Port for traefik because of the network_mode - 80:80 # Port for traefik because of the network_mode
{{end}} {{end}}
traefik: traefik:
image: traefik:v3.3.6 image: traefik:v3.4.0
container_name: traefik container_name: traefik
restart: unless-stopped restart: unless-stopped
{{if .InstallGerbil}} {{if .InstallGerbil}}

View file

@ -18,6 +18,10 @@ experimental:
log: log:
level: "INFO" level: "INFO"
format: "common" format: "common"
maxSize: 100
maxBackups: 3
maxAge: 3
compress: true
certificatesResolvers: certificatesResolvers:
letsencrypt: letsencrypt: