Refactor Docker Compose configurations and add deployment workflows for cloud-pc and mini-pc services
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user