Skip to content

Instantly share code, notes, and snippets.

@bfagundez
Created March 11, 2019 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bfagundez/9c5543c2827a3c11673f04bd47ffbb45 to your computer and use it in GitHub Desktop.
Save bfagundez/9c5543c2827a3c11673f04bd47ffbb45 to your computer and use it in GitHub Desktop.
# /Users/geekymartian/.config/tmuxinator/up2.yml
name: up2
root: ~/workspace/up2-prototype
on_project_start: docker-compose up -d
on_project_stop: docker-compose down
windows:
- client:
root: ~/workspace/up2-prototype/up2-prototype-client
layout: main-vertical
panes:
- nvim
- cd .. && dc logs -f client
- server:
root: ~/workspace/up2-prototype/up2-prototype-server
layout: main-vertical
panes:
- nvim
- cd .. && dc logs -f server
- worker:
root: ~/workspace/up2-prototype/up2-prototype-worker
layout: main-vertical
panes:
- nvim
- cd .. && dc logs -f worker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment