Skip to content

Instantly share code, notes, and snippets.

@wilk
Last active November 6, 2017 18:22
Show Gist options
  • Save wilk/0d0c79df9c4701a37a983b805254aaed to your computer and use it in GitHub Desktop.
Save wilk/0d0c79df9c4701a37a983b805254aaed to your computer and use it in GitHub Desktop.
Goxfer service
goxfer:
image: data.golang1.9:1
environment:
- DB_HOST=mongodb
- DB_NAME=collector
- DB_COLLECTION_NAME=collected
volumes:
- ./go:/go/src/app
depends_on:
- mongodb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment