2024-05-15 06:30:32 +00:00
|
|
|
## Static configuration
|
2024-05-04 08:03:00 +00:00
|
|
|
entryPoints:
|
2024-05-15 06:30:32 +00:00
|
|
|
web:
|
2024-05-04 08:03:00 +00:00
|
|
|
address: ":80"
|
2024-05-15 06:30:32 +00:00
|
|
|
|
|
|
|
websecure:
|
|
|
|
address: ":443"
|
2024-05-14 17:12:24 +00:00
|
|
|
# http:
|
|
|
|
# redirections:
|
|
|
|
# entryPoint:
|
|
|
|
# to: websecure
|
|
|
|
# scheme: https
|
|
|
|
# permanent: true
|
2024-05-03 21:10:19 +00:00
|
|
|
|
2024-05-14 18:56:56 +00:00
|
|
|
# websecure:
|
|
|
|
# address: ":443"
|
2024-05-03 21:10:19 +00:00
|
|
|
|
2024-05-14 17:12:24 +00:00
|
|
|
log:
|
|
|
|
level: DEBUG
|
2024-05-14 17:00:44 +00:00
|
|
|
|
2024-05-04 08:03:00 +00:00
|
|
|
api:
|
2024-05-04 16:36:40 +00:00
|
|
|
insecure: true
|
|
|
|
dashboard: true
|
2024-05-04 16:42:45 +00:00
|
|
|
entryPoint: "websecure"
|
2024-05-14 17:00:44 +00:00
|
|
|
|
2024-05-04 16:16:41 +00:00
|
|
|
# docker:
|
|
|
|
# endpoint: "unix:///var/run/docker.sock"
|
|
|
|
# exposedByDefault: false
|
2024-05-03 21:10:19 +00:00
|
|
|
|