feat: try fix caddy
This commit is contained in:
parent
a7ea8ee51b
commit
009bbcef0a
|
|
@ -28,10 +28,13 @@ servers:
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
host: bemeal.leonmorival.com
|
host: bemeal.leonmorival.com
|
||||||
ssl: true
|
ssl: false
|
||||||
app_port: 80
|
app_port: 80
|
||||||
|
run:
|
||||||
|
http_port: 8081
|
||||||
|
https_port: 8443
|
||||||
healthcheck:
|
healthcheck:
|
||||||
path: /api/health
|
path: /up
|
||||||
|
|
||||||
registry:
|
registry:
|
||||||
server: gitea.leonmorival.com
|
server: gitea.leonmorival.com
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue