Refactor Dockerfile to remove unnecessary packages and streamline installation process

This commit is contained in:
2024-05-28 14:53:32 +08:00
parent daa40c6aa4
commit ce1cfbf4c7
4 changed files with 142 additions and 29 deletions
+25
View File
@@ -0,0 +1,25 @@
api:
insecure: true
entryPoints:
web:
address: ":80"
websecure:
address: ":443"
# ssh:
# address: ":222"
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
certificatesResolver:
letsEncrypt:
acme:
email: wteckmeng@outlook.com
storage: /tls/acme.json
httpChallenge:
entryPoint: web