Refactor Caddy setup: update docker-compose, remove Dockerfile, and adjust environment variables for improved configuration management
Deploy mini-pc / deploy (push) Failing after 11s
Deploy mini-pc / deploy (push) Failing after 11s
This commit is contained in:
@@ -1,16 +1,9 @@
|
||||
{
|
||||
debug
|
||||
|
||||
acme_dns timeweb {
|
||||
ApiURL {env.TIMEWEB_API_URL}
|
||||
ApiToken {env.TIMEWEB_API_TOKEN}
|
||||
}
|
||||
}
|
||||
|
||||
git.ada-dev.ru {
|
||||
tls /config/lego/certificates/_.ada-dev.ru.crt /config/lego/certificates/_.ada-dev.ru.key
|
||||
reverse_proxy 192.168.1.5:3002
|
||||
}
|
||||
|
||||
cloud.ada-dev.ru {
|
||||
tls /config/lego/certificates/_.ada-dev.ru.crt /config/lego/certificates/_.ada-dev.ru.key
|
||||
reverse_proxy 192.168.1.5:8081
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user