This file contains hidden or 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
| module github.com/twilio-test/trying | |
| go 1.16 | |
| require github.com/twilio/twilio-go v0.10.0 |
This file contains hidden or 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
| name: ipfsClusterPod | |
| services: | |
| - name: ipfsNode | |
| replicas: 1 # number of times to launch the application | |
| image: ipfs/go-ipfs:latest | |
| env: # array of environment variables | |
| # - name: IPFS_SWARM_KEY | |
| # value: /key/swarm/psk/1.0.0/b87ba5d2a00e1fb91d386411639897605e39813b054c434fe9b6fc60aab07ea5 | |
| - name: IPFS_LOGGING | |
| value: debug |
This file contains hidden or 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
| networks: | |
| vpcbr: | |
| driver: bridge | |
| ipam: | |
| config: | |
| - subnet: 10.5.0.0/16 | |
| services: | |
| # ipfs peer/node0 only one in charge of adding data for cluster0 |