mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 01:10:11 -08:00
Update .gitignore, README, and Traefik configuration; add new services and environment variables
This commit is contained in:
@@ -19,6 +19,20 @@ log:
|
||||
level: "INFO"
|
||||
format: "common"
|
||||
|
||||
accessLog:
|
||||
filePath: "/var/log/traefik/access.log"
|
||||
format: "json"
|
||||
bufferingSize: 100
|
||||
fields:
|
||||
defaultMode: "keep"
|
||||
names:
|
||||
ClientUsername: "drop"
|
||||
headers:
|
||||
defaultMode: "keep"
|
||||
names:
|
||||
Authorization: "drop"
|
||||
Cookie: "drop"
|
||||
|
||||
certificatesResolvers:
|
||||
letsencrypt:
|
||||
acme:
|
||||
|
||||
Reference in New Issue
Block a user