mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 04:43:41 -05:00
disable caddy to allow for Authentik to share it
This commit is contained in:
parent
ed627a4786
commit
45bc3e0e6e
1 changed files with 13 additions and 13 deletions
|
|
@ -50,19 +50,19 @@ 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:
|
# cap_add:
|
||||||
- NET_ADMIN
|
# - NET_ADMIN
|
||||||
ports:
|
# ports:
|
||||||
- "80:80"
|
# - "80:80"
|
||||||
- "443:443"
|
# - "443:443"
|
||||||
- "443:443/udp"
|
# - "443:443/udp"
|
||||||
volumes:
|
# volumes:
|
||||||
- $PWD/caddy/Caddyfile:/etc/caddy/Caddyfile
|
# - $PWD/caddy/Caddyfile:/etc/caddy/Caddyfile
|
||||||
- caddy_data:/data
|
# - caddy_data:/data
|
||||||
- caddy_config:/config
|
# - 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