1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-06-18 09:57:00 -04:00

dockerize the whole thing

This commit is contained in:
wait-what 2024-04-23 00:38:01 +03:00
parent 7d2776584b
commit 74c7e7d051
11 changed files with 199 additions and 43 deletions

23
docker/Caddyfile Normal file
View 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
}