Last active
November 6, 2017 18:22
-
-
Save wilk/0d0c79df9c4701a37a983b805254aaed to your computer and use it in GitHub Desktop.
Goxfer service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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