new file: .env

new file:   Caddyfile
	new file:   docker-compose.yml
	new file:   html/index.html
This commit is contained in:
ChillPad VPN
2025-12-05 01:51:37 +00:00
parent e287d7ebe2
commit 5e93a4a82f
4 changed files with 239 additions and 0 deletions

18
docker-compose.yml Normal file
View File

@@ -0,0 +1,18 @@
services:
caddy:
image: caddy:2.9.1
container_name: caddy-remnawave
restart: unless-stopped
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- ./html:/var/www/html
- ./logs:/var/log/caddy
- caddy_data_selfsteal:/data
- caddy_config_selfsteal:/config
env_file:
- .env
network_mode: "host"
volumes:
caddy_data_selfsteal:
caddy_config_selfsteal: