Created
November 7, 2017 07:43
-
-
Save wilk/ecda0c15fe7b809dd2db3f1fe88c146c 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 | |
- BUXFER_API_ENDPOINT=https://www.buxfer.com/api | |
- BUXFER_USERNAME=your_buxfer_username | |
- BUXFER_PASSWORD=your_buxfer_password | |
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