Skip to content

Instantly share code, notes, and snippets.

View StefanKern's full-sized avatar

Stefan Kern StefanKern

View GitHub Profile
@StefanKern
StefanKern / docker-compose.yml
Created February 12, 2018 23:32 — forked from slipo/docker-compose.yml
Super simple docker compose file giving you a private NEO network and neon-wallet-db ... see comments.
version: '3'
services:
neon-wallet-db:
container_name: "neon-wallet-db"
image: slipoh/neon-wallet-db:latest
environment:
- MONGOURL=mongodb:27017
- MONGOPASS=neo
- MONGOUSER=gas
- MONGOAPP=test