Skip to content

Instantly share code, notes, and snippets.

/*!
* ExternalTemplateRemotesPlugin
* License: MIT (https://mit-license.org/)
*/
const extractUrlAndGlobal = require('webpack/lib/util/extractUrlAndGlobal');
const { RawSource } = require('webpack-sources');
const PLUGIN_NAME = 'ExternalTemplateRemotesPlugin';
var redbird = new require('redbird')({
port: 80
});
redbird.register('localhost/subpath', 'http://localhost:8080');
@matthewma7
matthewma7 / docker-compose.yml
Created May 10, 2018 20:24
Resonantgeo/Minerva docker-compose
version: "3"
volumes:
worker_tmp: {}
services:
broker:
image: rabbitmq
command: [
"rabbitmq-server",
"--hostname", "broker",
"--name" , "broker"]