Skip to content

Instantly share code, notes, and snippets.

@lawley
Created March 17, 2016 04:22
Show Gist options
  • Save lawley/6e32bed348a2dc741ad5 to your computer and use it in GitHub Desktop.
Save lawley/6e32bed348a2dc741ad5 to your computer and use it in GitHub Desktop.
Simple docker compose config for spinning up an Ontoserver instance.
version: "2"
services:
onto:
image: "aehrc/ontoserver"
links:
- "db"
ports:
- "8080:80"
db:
image: "postgres"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment