mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
35 lines
570 B
YAML
35 lines
570 B
YAML
entryPoints:
|
|
http:
|
|
address: :80
|
|
http:
|
|
redirections:
|
|
entrypoint:
|
|
to: https
|
|
scheme: https
|
|
https:
|
|
address: :443
|
|
http:
|
|
tls:
|
|
certResolver: default
|
|
|
|
providers:
|
|
docker:
|
|
exposedByDefault: false
|
|
watch: true
|
|
endpoint: unix:///var/run/docker.sock
|
|
|
|
# Enable only for debug
|
|
#api:
|
|
# insecure: true
|
|
# dashboard: true
|
|
|
|
log:
|
|
level: ERROR # or DEBUG, PANIC, FATAL, WARN, and INFO
|
|
|
|
certificatesResolvers:
|
|
default:
|
|
acme:
|
|
storage: /data/acme.json
|
|
httpChallenge:
|
|
entryPoint: http
|