mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-07-03 12:27:53 +00:00
added 'Caddyfile.private'
This commit is contained in:
3
caddy/.gitignore
vendored
3
caddy/.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/ssl/*
|
||||
!.gitkeep
|
||||
!.gitkeep
|
||||
Caddyfile.private
|
@ -194,3 +194,5 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
import Caddyfile.private
|
||||
|
1
caddy/Caddyfile.private.example
Normal file
1
caddy/Caddyfile.private.example
Normal file
@ -0,0 +1 @@
|
||||
# Private Caddy config
|
@ -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
|
||||
|
Reference in New Issue
Block a user