Skip to content

Commit

Permalink
fix(cd): promtail docker-compose change (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
goathoon authored Jan 18, 2024
1 parent d4854fc commit be713cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,12 @@ services:
profiles: ['deploy']
image: grafana/promtail
container_name: grafana-promtail
restart: on-failure
restart: always
env_file: .env
depends_on:
- backend-client
- backend-admin
- iris
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./grafana-logs/promtail/promtail-config.yml:/etc/promtail/promtail-config.yml
Expand Down

0 comments on commit be713cd

Please sign in to comment.