mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2026-01-29 13:32:12 -05:00
disable caddy
This commit is contained in:
parent
36f9e46a04
commit
4fda6bf531
1 changed files with 9 additions and 9 deletions
|
|
@ -39,15 +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
|
||||||
ports:
|
# ports:
|
||||||
- "46082:46082"
|
# - "46082:46082"
|
||||||
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