Skip to content

Commit

Permalink
Add loki promtail dependance
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellRanda committed Oct 27, 2023
1 parent c6aa8df commit 6dc2978
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gulen/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ services:
- '/data/nodered:/data'
environment:
- 'TZ=Europe/Oslo'
- 'NODE_RED_ENABLE_PROJECTS=true'
# - 'NODE_RED_ENABLE_PROJECTS=true'
image: nodered/node-red
networks:
default:
Expand Down Expand Up @@ -182,6 +182,8 @@ services:
options:
max-size: 10m
max-file: 3
depends_on:
- loki

influxdb:
container_name: influxdb
Expand Down

0 comments on commit 6dc2978

Please sign in to comment.