Skip to content

Instantly share code, notes, and snippets.

@obcode
Created July 1, 2020 07:15
Show Gist options
  • Save obcode/ad30644a2aa181deb3ed7c9aa0878cfa to your computer and use it in GitHub Desktop.
Save obcode/ad30644a2aa181deb3ed7c9aa0878cfa to your computer and use it in GitHub Desktop.
# ./.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