mirror of
https://github.com/chillpadclub/selfsteal.git
synced 2026-07-28 04:33:46 +00:00
new file: .env
new file: Caddyfile new file: docker-compose.yml new file: html/index.html
This commit is contained in:
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal 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:
|
||||
Reference in New Issue
Block a user