Skip to content

Instantly share code, notes, and snippets.

View matzew's full-sized avatar
💩
hacking hacking hacking!

Matthias Wessendorf matzew

💩
hacking hacking hacking!
  • Red Hat
  • Emsdetten, Germany
View GitHub Profile
@matzew
matzew / foo.js
Last active August 29, 2015 14:24 — forked from shannon/foo.js
var express = require('express');
var router = express.Router();
// my few includes
require('./foo_1')(router);
require('./foo_2')(router);
module.exports = router;
@matzew
matzew / galera_cluster.yml
Last active March 7, 2017 11:32 — forked from lucidfrontier45/galera_cluster.yml
docker-compose file for mariadb galera cluster
node1:
image: hauptmedia/mariadb:10.1
hostname: node1
ports:
- 13306:3306
environment:
- MYSQL_ROOT_PASSWORD=unifiedpush
- REPLICATION_PASSWORD=unifiedpush
- MYSQL_DATABASE=unifiedpush
- MYSQL_USER=unifiedpush
@matzew
matzew / serverless-cli.yaml
Created October 30, 2023 15:56 — forked from jerolimov/serverless-cli.yaml
WIP Quick starts to explain Knative functions CLI and IDE
apiVersion: console.openshift.io/v1
kind: ConsoleQuickStart
metadata:
name: serverless-cli
spec:
displayName: Serverless CLI
description: todo
durationMinutes: 10
tags:
- knative