setup for docker instead of podman

This commit is contained in:
Micha Albert 2025-01-17 12:39:06 -05:00
parent 7c9c534fb9
commit 7457ecd6f9
No known key found for this signature in database
4 changed files with 23 additions and 34 deletions

View file

@ -1,12 +1,12 @@
live.onboard.hackclub.com {
reverse_proxy host.containers.internal:8889
reverse_proxy mediamtx:8888
handle /slack/* {
reverse_proxy host.containers.internal:8000
reverse_proxy backend:8000
}
handle /api/v1/github/* {
reverse_proxy host.containers.internal:8000
reverse_proxy backend:8000
}
handle /auth/* {
reverse_proxy host.containers.internal:8000
reverse_proxy backend:8000
}
}
}