Skip to content

Instantly share code, notes, and snippets.

@ls12styler
ls12styler / docker-compose.yml
Created April 21, 2020 15:43 — forked from brunosimioni/docker-compose.yml
Docker Compose to Prometheus, PushGateway and Grafana setup
version: '2.1'
networks:
monitor-net:
driver: bridge
volumes:
prometheus_data: {}
grafana_data: {}
@ls12styler
ls12styler / Dockerfile
Last active December 27, 2017 11:09 — forked from ianjuma/Dockerfile
Scala dockerfile
#
# Scala and sbt Dockerfile
#
# https://github.com/hseeberger/scala-sbt
#
# Pull base image
FROM java:8
ENV SCALA_VERSION 2.11.8
@ls12styler
ls12styler / 0_reuse_code.js
Created July 7, 2016 08:42
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console