Skip to content

Commit

Permalink
Don't add Loki
Browse files Browse the repository at this point in the history
  • Loading branch information
KaloyanTanev committed Sep 26, 2024
1 parent 1ea1124 commit d08f4d5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,5 @@ services:
- ./data/grafana:/var/lib/grafana
restart: unless-stopped

loki:
image: grafana/loki:${LOKI_VERSION:-2.8.2}
user: ":"
networks: [dvnode]
command: -config.file=/etc/loki/loki.yml
volumes:
- ./loki/loki.yml:/etc/loki/loki.yml
- ./data/loki:/opt/loki
restart: unless-stopped

networks:
dvnode:

0 comments on commit d08f4d5

Please sign in to comment.