17 lines
500 B
YAML
17 lines
500 B
YAML
# /Users/iankeane/.config/tmuxinator/tendenci-moodle-nifi.yml
|
|
|
|
name: tendenci-moodle-nifi
|
|
root: ~/code
|
|
|
|
|
|
windows:
|
|
- editor:
|
|
layout: tiled
|
|
panes:
|
|
- cd ./current/nifi-current/nifi && docker compose up
|
|
- cd ./current/tendenci-current && docker compose up
|
|
- cd ./current/moodle-current && docker compose up
|
|
- watch docker container list
|
|
- ld: lazydocker
|
|
- db: pgcli -U postgres -p 5432 -h localhost
|
|
# TODO: exec into each tendenci / moodle container
|