mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-02-02 07:06:12 +00:00
Initial commit
This commit is contained in:
16
docker/infrastructure/network/traefik/traefik.yml
Normal file
16
docker/infrastructure/network/traefik/traefik.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
api:
|
||||
insecure: true
|
||||
|
||||
entryPoints:
|
||||
http:
|
||||
address: ":80"
|
||||
forwardedHeaders:
|
||||
trustedIPs:
|
||||
- "127.0.0.1/32"
|
||||
- "10.1.2.11/32" # nginxproxymanager
|
||||
|
||||
providers:
|
||||
docker:
|
||||
endpoint: "unix:///var/run/docker.sock"
|
||||
network: proxy
|
||||
exposedByDefault: false
|
||||
Reference in New Issue
Block a user