dvillavicencio / riven-bot

Discord Bot for Destiny 2 that retrieves statistics regarding Raid and Dungeon activities through Discord chat
2 stars 0 forks source link

Logging | Add Grafana and Loki containers to deployment configuration file #97

Closed dvillavicencio closed 4 months ago

dvillavicencio commented 5 months ago

In order for Grafana and Loki to work correctly we must first add them to the compose.yaml file to run them with the other services.

Acceptance Criteria

  1. Add grafana/loki:2.9.0 as a service to the compose.yaml file in the root directory
  2. Add grafana/grafana-oss:latest as a service to the compose.yaml file in the root directory

Additional Notes Refer to this branch for additional information on the docker-compose.yaml file setup