Skip to content

Instantly share code, notes, and snippets.

View Okeybukks's full-sized avatar

Achebe Okechukwu Peter Okeybukks

View GitHub Profile
@Okeybukks
Okeybukks / docker-scrape.yaml
Created July 30, 2024 14:37
Scrape docker logs to loki
## application docker compose file(factual.yaml)
services:
factual:
image: achebeh/factual
container_name: factual
ports:
- "8081:8081"
volumes:
- app_logs:/var/log/app