[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
bdd0683afc
commit
e77d1c3c4a
1 changed files with 22 additions and 0 deletions
22
compose.yaml
22
compose.yaml
|
|
@ -231,3 +231,25 @@ services:
|
|||
- 8000
|
||||
restart: unless-stopped
|
||||
|
||||
loki:
|
||||
image: grafana/loki:latest
|
||||
command: -config.file=/etc/loki/local-config.yaml
|
||||
volumes:
|
||||
- /app-config/loki/config.yaml:/etc/loki/local-config.yaml
|
||||
- /app-config/loki/loki_data:/loki
|
||||
expose:
|
||||
- 3100
|
||||
networks:
|
||||
- proxy_network
|
||||
|
||||
promtail:
|
||||
image: grafana/promtail:latest
|
||||
volumes:
|
||||
- /app-config/promtail/promtail-config.yaml:/etc/promtail/config.yaml
|
||||
- /app-config/caddy/logs/:/var/log/caddy # Log-Verzeichnis von Caddy
|
||||
- /app-config/loki/promtail/promtail_positions:/promtail/positions
|
||||
command: -config.file=/etc/promtail/config.yaml
|
||||
depends_on:
|
||||
- loki
|
||||
networks:
|
||||
- proxy_network
|
||||
Loading…
Add table
Add a link
Reference in a new issue