mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2026-01-29 13:32:12 -05:00
fix caddy
This commit is contained in:
parent
7457ecd6f9
commit
36f9e46a04
2 changed files with 10 additions and 14 deletions
|
|
@ -1,4 +1,4 @@
|
|||
live.onboard.hackclub.com {
|
||||
http://:46082 {
|
||||
reverse_proxy mediamtx:8888
|
||||
handle /slack/* {
|
||||
reverse_proxy backend:8000
|
||||
|
|
|
|||
|
|
@ -39,19 +39,15 @@ services:
|
|||
volumes:
|
||||
- ./backend/db:/usr/src/app/db
|
||||
- mediamtx_recordings:/recordings
|
||||
# caddy:
|
||||
# image: docker.io/caddy:alpine
|
||||
# restart: unless-stopped
|
||||
# cap_add:
|
||||
# - NET_ADMIN
|
||||
# ports:
|
||||
# - "80:80"
|
||||
# - "443:443"
|
||||
# - "443:443/udp"
|
||||
# volumes:
|
||||
# - $PWD/caddy/Caddyfile:/etc/caddy/Caddyfile
|
||||
# - caddy_data:/data
|
||||
# - caddy_config:/config
|
||||
caddy:
|
||||
image: docker.io/caddy:alpine
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "46082:46082"
|
||||
volumes:
|
||||
- $PWD/caddy/Caddyfile:/etc/caddy/Caddyfile
|
||||
- caddy_data:/data
|
||||
- caddy_config:/config
|
||||
volumes:
|
||||
mediamtx_recordings:
|
||||
tiling_frontend_build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue