mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2026-01-29 05:32:11 -05:00
wow i really overcomplicated that (re-enabling caddy)
This commit is contained in:
parent
45bc3e0e6e
commit
d57aeefe91
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