Last active
November 10, 2017 20:38
-
-
Save wilk/cf6f64fbbe944347b0f2cc5b2e690422 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: | |
command: go run src/goxfer.go | |
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 | |
- BULK_LENGHT=20 | |
- EXPENSE_ACCOUNT_BUXFER=expenses | |
- INCOME_ACCOUNT_BUXFER=income | |
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