Fixed non working sed commands for devices section in the compose.yaml
This commit is contained in:
+1
-8
@@ -35,16 +35,9 @@ in
|
||||
environment:
|
||||
FRIGATE_MQTT_USER: $FRIGATE_MQTT_USER
|
||||
FRIGATE_MQTT_PASSWORD: $FRIGATE_MQTT_PASSWORD
|
||||
# ----------------------------------------- #
|
||||
# DEVICES SECTION WILL APPEAR HERE IF CORAL #
|
||||
# TPU OR INTEGRATED GRAPHICS ARE PRESENT #
|
||||
# ----------------------------------------- #
|
||||
# --- frigate devices --- #
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.services.frigate.loadbalancer.server.port=8971
|
||||
- traefik.http.services.frigate.loadbalancer.server.scheme=https
|
||||
- traefik.http.routers.frigate-https.entrypoints=websecure
|
||||
- traefik.http.routers.frigate-https.rule=Host(`cctv.$DOMAIN_NAME`)
|
||||
- traefik.http.routers.frigate-https.tls=true
|
||||
- traefik.http.routers.frigate-https.tls.certresolver=cloudflare
|
||||
restart: unless-stopped
|
||||
|
||||
+1
-4
@@ -24,10 +24,7 @@ in
|
||||
- ${config-dir}/config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /run/dbus:/run/dbus:ro
|
||||
# ----------------------------------- #
|
||||
# DEVICES SECTION WILL APPEAR HERE IF #
|
||||
# ZIGBEE USB DEVICE IS PRESENT #
|
||||
# ----------------------------------- #
|
||||
# --- hass devices --- #
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.services.home-assistant.loadbalancer.server.port=8123
|
||||
|
||||
Reference in New Issue
Block a user