mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 02:10:12 -08:00
add Caddy configuration and update docker-compose for improved service management
This commit is contained in:
9
caddy/Caddyfile
Normal file
9
caddy/Caddyfile
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
debug
|
||||
email peter@peterwood.devdev
|
||||
}
|
||||
|
||||
jellyfin.peterwood.rocks {
|
||||
encode gzip
|
||||
reverse_proxy https://localhost:8920
|
||||
}
|
||||
Reference in New Issue
Block a user