Compare commits
No commits in common. "3f05874d7374d56cca30c1d1f431e9101f202eea" and "3485f0d61a27908ddabc6469524cc655d1c14070" have entirely different histories.
3f05874d73
...
3485f0d61a
@ -32,11 +32,11 @@ services:
|
|||||||
tmpfs:
|
tmpfs:
|
||||||
size: 1000000000
|
size: 1000000000
|
||||||
- /certs:/certs
|
- /certs:/certs
|
||||||
#ports:
|
ports:
|
||||||
# - 5000:5000 # (HTTP): Internal, unauthenticated access. Good for local access or Home Assistant integration, but should be blocked externally
|
- 5000:5000 # (HTTP): Internal, unauthenticated access. Good for local access or Home Assistant integration, but should be blocked externally
|
||||||
# - 8554:8554 # (RTSP): For streaming camera feeds, especially the Birdseye view
|
- 8554:8554 # (RTSP): For streaming camera feeds, especially the Birdseye view
|
||||||
# - 8555:8555/tcp # (WebRTC): For two-way audio and live streams, often used by mobile apps
|
- 8555:8555/tcp # (WebRTC): For two-way audio and live streams, often used by mobile apps
|
||||||
# - 8555:8555/udp # (WebRTC): For two-way audio and live streams, often used by mobile apps
|
- 8555:8555/udp # (WebRTC): For two-way audio and live streams, often used by mobile apps
|
||||||
# - 8971:8971 # (HTTPS/WS): Main authenticated access for UI and API. Use with reverse proxies for TLS/SSL
|
# - 8971:8971 # (HTTPS/WS): Main authenticated access for UI and API. Use with reverse proxies for TLS/SSL
|
||||||
env_file: .frigate.env
|
env_file: .frigate.env
|
||||||
secrets:
|
secrets:
|
||||||
@ -46,7 +46,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.docker.network=traefik-net
|
- traefik.docker.network=traefik-net
|
||||||
- traefik.http.services.${APPLICATION_NAME}-svc.loadbalancer.server.port=${INTERNAL_PORT}
|
- traefik.http.services.${APPLICATION_NAME}-svc.loadbalancer.server.port=${WEBUI_PORT}
|
||||||
- traefik.http.routers.${APPLICATION_NAME}-rtr.entrypoints=web
|
- traefik.http.routers.${APPLICATION_NAME}-rtr.entrypoints=web
|
||||||
- traefik.http.routers.${APPLICATION_NAME}-rtr.rule=Host(`${WEBAPP_NAME}.${DOMAINNAME}`)&& PathPrefix(`/`) || Host(`${APPLICATION_NAME}.${DOMAINNAME}`)&& PathPrefix(`/`)
|
- traefik.http.routers.${APPLICATION_NAME}-rtr.rule=Host(`${WEBAPP_NAME}.${DOMAINNAME}`)&& PathPrefix(`/`) || Host(`${APPLICATION_NAME}.${DOMAINNAME}`)&& PathPrefix(`/`)
|
||||||
- traefik.http.routers.${APPLICATION_NAME}-rtr.middlewares=http-mw-secureHeaders-redirect@file
|
- traefik.http.routers.${APPLICATION_NAME}-rtr.middlewares=http-mw-secureHeaders-redirect@file
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
Saterdag!90
|
|
||||||
Loading…
Reference in New Issue
Block a user