Skip to content

Instantly share code, notes, and snippets.

View bzilee's full-sized avatar

L'expert B.zile bzilee

View GitHub Profile
@renatocassino
renatocassino / docker-compose-graphite-statsd-grafana-loki.yml
Last active May 5, 2024 18:39
Docker compose to build graphite, statsd, grafana and Loki (logs)
version: '3'
services:
loki:
image: grafana/loki:2.0.0
ports:
- "3100:3100"
command: -config.file=/etc/loki/local-config.yaml
promtail:
image: grafana/promtail:2.0.0
volumes:
version: '3'
services:
master:
build:
context: .
dockerfile: ./master.Dockerfile
working_dir: /root/playbooks
volumes:
- /c/repos/ansible/playbooks:/root/playbooks
- /c/repos/ansible/config:/etc/ansible
const path = require('path')
const CopyWebpackPlugin = require('copy-webpack-plugin')
const { execSync } = require('child_process')
process.env.VUE_APP_VERSION = require('./package.json').version
process.env.VUE_APP_GIT_BRANCH = process.env.CI_BRANCH || execSync('git rev-parse --abbrev-ref HEAD').toString('utf8').trim()
module.exports = {
outputDir: 'public',
assetsDir: 'static',
@bergie
bergie / .gitignore
Created September 19, 2011 15:50
Node.js email handling examples
config.json
reading-image.png