Archive Legacy Setup And Add Ansible Control Plane
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
ada-dev.ru {
|
||||
reverse_proxy 10.122.62.51:7080
|
||||
}
|
||||
|
||||
cloud.ada-dev.ru {
|
||||
reverse_proxy 10.122.62.51:8081
|
||||
}
|
||||
|
||||
git.ada-dev.ru {
|
||||
reverse_proxy 10.122.62.51:3002
|
||||
}
|
||||
|
||||
pass.ada-dev.ru {
|
||||
reverse_proxy 10.122.62.95:10380
|
||||
}
|
||||
|
||||
uptime.ada-dev.ru {
|
||||
reverse_proxy 10.122.62.95:3001
|
||||
}
|
||||
|
||||
|
||||
projects.ada-dev.ru {
|
||||
handle_path /neural* {
|
||||
reverse_proxy 10.122.62.51:4567
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
caddy:
|
||||
image: caddy:2-alpine
|
||||
container_name: caddy
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "443:443/udp"
|
||||
volumes:
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile:ro
|
||||
- /opt/data/caddy:/data
|
||||
- /opt/configs/caddy:/config
|
||||
networks: {}
|
||||
Reference in New Issue
Block a user