Skip to content

Instantly share code, notes, and snippets.

@vilterp
Created August 15, 2014 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vilterp/e3134ae8aeef07673619 to your computer and use it in GitHub Desktop.
Save vilterp/e3134ae8aeef07673619 to your computer and use it in GitHub Desktop.
# the dream
web:
build: .
links:
- db
volumes:
- /external/galaxy_data:/galaxy/galaxy-python/database
- /external/compiled_tool_dependencies:/galaxy/compiled_tool_dependencies
- /external/tools:/galaxy/shed_tools
ports:
- "80:8080"
db:
image: postgres
volumes:
- /external/postgres_data:/var/lib/postgresql/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment