Files
selfsteal/docker-compose.yml
ChillPad VPN 5e93a4a82f new file: .env
new file:   Caddyfile
	new file:   docker-compose.yml
	new file:   html/index.html
2025-12-05 01:51:37 +00:00

19 lines
405 B
YAML

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: