added 'Caddyfile.private'

This commit is contained in:
2025-02-27 02:19:50 +04:00
parent 087af75a42
commit ce8d530592
6 changed files with 10 additions and 3 deletions

3
caddy/.gitignore vendored
View File

@ -1,2 +1,3 @@
/ssl/*
!.gitkeep
!.gitkeep
Caddyfile.private

View File

@ -194,3 +194,5 @@
}
}
}
import Caddyfile.private

View File

@ -0,0 +1 @@
# Private Caddy config

View File

@ -11,6 +11,7 @@ services:
- "443:443/udp"
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- ./Caddyfile.private:/etc/caddy/Caddyfile.private
- ./ssl:/etc/ssl/custom/
env_file:
- ./.env