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
|
reverse_proxy mediamtx:8888
|
||||||
handle /slack/* {
|
handle /slack/* {
|
||||||
reverse_proxy backend:8000
|
reverse_proxy backend:8000
|
||||||
|
|
|
||||||
|
|
@ -39,19 +39,15 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./backend/db:/usr/src/app/db
|
- ./backend/db:/usr/src/app/db
|
||||||
- mediamtx_recordings:/recordings
|
- mediamtx_recordings:/recordings
|
||||||
# caddy:
|
caddy:
|
||||||
# image: docker.io/caddy:alpine
|
image: docker.io/caddy:alpine
|
||||||
# restart: unless-stopped
|
restart: unless-stopped
|
||||||
# cap_add:
|
ports:
|
||||||
# - NET_ADMIN
|
- "46082:46082"
|
||||||
# ports:
|
volumes:
|
||||||
# - "80:80"
|
- $PWD/caddy/Caddyfile:/etc/caddy/Caddyfile
|
||||||
# - "443:443"
|
- caddy_data:/data
|
||||||
# - "443:443/udp"
|
- caddy_config:/config
|
||||||
# volumes:
|
|
||||||
# - $PWD/caddy/Caddyfile:/etc/caddy/Caddyfile
|
|
||||||
# - caddy_data:/data
|
|
||||||
# - caddy_config:/config
|
|
||||||
volumes:
|
volumes:
|
||||||
mediamtx_recordings:
|
mediamtx_recordings:
|
||||||
tiling_frontend_build:
|
tiling_frontend_build:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue