update and gitignore
This commit is contained in:
24
caddy/compose.yml
Normal file
24
caddy/compose.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
services:
|
||||
caddy:
|
||||
image: caddy:alpine
|
||||
restart: always
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "443:443/udp"
|
||||
volumes:
|
||||
- ./conf:/etc/caddy
|
||||
- ./site:/srv
|
||||
- caddy_data:/data
|
||||
- caddy_config:/config
|
||||
networks:
|
||||
- web
|
||||
|
||||
volumes:
|
||||
caddy_data:
|
||||
caddy_config:
|
||||
|
||||
networks:
|
||||
web:
|
||||
driver: bridge
|
||||
|
||||
15
caddy/conf/Caddyfile
Normal file
15
caddy/conf/Caddyfile
Normal file
@@ -0,0 +1,15 @@
|
||||
img.01v0.com:443 {
|
||||
reverse_proxy 74.208.164.239:2283
|
||||
}
|
||||
|
||||
tea.01v0.com:443 {
|
||||
reverse_proxy 74.208.164.239:3000
|
||||
}
|
||||
|
||||
algo.01v0.com:443 {
|
||||
redir http://ionos.tailfc84fe.ts.net:8080/
|
||||
}
|
||||
|
||||
cook.01v0.com:443 {
|
||||
reverse_proxy 74.208.164.239:2295
|
||||
}
|
||||
Reference in New Issue
Block a user