mirror of
https://codeberg.org/ashley/poke
synced 2026-03-20 16:47:58 +00:00
dockerize the whole thing
This commit is contained in:
23
docker/Caddyfile
Normal file
23
docker/Caddyfile
Normal file
@@ -0,0 +1,23 @@
|
||||
# You may want to remove the http:// part for automatic HTTPS
|
||||
# This is needed here because we're testing locally
|
||||
|
||||
http://poketube.test {
|
||||
reverse_proxy poketube:6003
|
||||
}
|
||||
|
||||
http://image-proxy.poketube.test {
|
||||
reverse_proxy january:7000
|
||||
}
|
||||
|
||||
http://eu-proxy.poketube.test {
|
||||
@invidious {
|
||||
path /videoplayback*
|
||||
path /latest_version*
|
||||
}
|
||||
|
||||
reverse_proxy @invidious invidious:3000
|
||||
}
|
||||
|
||||
http://p.poketube.test {
|
||||
reverse_proxy pproxy:6014
|
||||
}
|
||||
Reference in New Issue
Block a user