Files
infra/mini-pc/caddy/Caddyfile
T
Dmitry dc3ff78d6d
Deploy cloud-pc / deploy (push) Failing after 15s
Deploy mini-pc / deploy (push) Failing after 4s
Deploy ru-vps / deploy (push) Failing after 5s
Refactor Docker Compose configurations and add deployment workflows for cloud-pc and mini-pc services
2026-05-27 15:41:15 +03:00

15 lines
199 B
Caddyfile

{
acme_dns timeweb {
ApiURL {env.TIMEWEB_API_URL}
ApiToken {env.TIMEWEB_API_TOKEN}
}
}
git.ada-dev.ru {
reverse_proxy 192.168.1.5:3002
}
cloud.ada-dev.ru {
reverse_proxy 192.168.1.5:8081
}