mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 15:36:49 +00:00
Refactor Dockerfile to remove unnecessary packages and streamline installation process
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user