Created
July 1, 2020 07:15
-
-
Save obcode/ad30644a2aa181deb3ed7c9aa0878cfa to your computer and use it in GitHub Desktop.
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
# ./.tmuxinator.yml | |
name: client1 | |
root: ./ | |
windows: | |
- servers: | |
layout: main-vertical | |
panes: | |
- etcd | |
- nats-server | |
- services: | |
layout: tiled | |
panes: | |
- go run stock/service/main.go | |
- go run customer/service/main.go | |
- go run catalog/service/main.go | |
- go run payment/service/main.go | |
- go run shipment/service/main.go | |
- go run order/service/main.go | |
- client: | |
panes: | |
- go run client/client1/service/main.go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment