Skip to content

Instantly share code, notes, and snippets.

View thomas15v's full-sized avatar

Thomas Vanmellaerts thomas15v

View GitHub Profile
@thomas15v
thomas15v / gotagofast.sh
Last active August 7, 2018 10:54
Install docker on ubuntu
curl -s https://gist.githubusercontent.com/thomas15v/c42470bf97106c171dcc3ea08461d53b/raw/18597cb816de04350e0266ae5ab7f37cba18aeb7/install.sh | bash
@thomas15v
thomas15v / docker.compose.yml
Last active June 22, 2022 09:41
traefik.io nginx example
version: '2'
services:
nginx:
image: nginx:alpine
restart: always
labels:
- "traefik.enable=true"
- 'traefik.frontend.rule=Host:www.website.com'
- "traefik.port=80"
volumes:
plugins {
id "com.qixalite.spongestart" version "1.4.6"
id "java"
}
sourceCompatibility = 1.8
repositories {
mavenCentral()
maven {
# Hey coops..
#
# Imagine yourself on the other side of the table: two job openings, hundreds of resumes,
# _all of which_ look friggin' identical. Yeah, the HR departments at your MegaCorp XYZ are using
# automated tools to scan for keywords, and the coop department at your school is trying to beat
# you into submission to follow some "predefined template".. But, unless what you're aspiring to
# is to be an automaton at MegaCorp XYZ, relegated to writing test harnesses for code that will
# never see the light of day.. please do yourself a favor, and _be different_! Be bold, dammit.
#
# (Frankly, I'm falling asleep while reading your resumes.. Wake me up! Srsly.)