.config directory
This commit is contained in:
parent
66dffa8efe
commit
d9d326eaa1
38 changed files with 5655 additions and 304 deletions
17
.config/tmuxinator/tendenci-moodle-nifi.yml
Normal file
17
.config/tmuxinator/tendenci-moodle-nifi.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# /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
|
||||
Loading…
Add table
Add a link
Reference in a new issue