Normalize compose service profiles by folder hierarchy

This commit is contained in:
beatz174-bit
2026-04-13 11:27:27 +10:00
parent 5c600d0af0
commit c1401e3e08
11 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,10 +1,10 @@
services:
node-red:
profiles: ["monitoring","all","node-red"]
# image: nodered/node-red:latest
build:
context: ${PROJECT_ROOT}/monitoring/node-red
container_name: node-red
profiles: ["monitoring","all"]
restart: unless-stopped
depends_on:
- docker-socket-proxy