-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.tmuxp_session.yaml
40 lines (33 loc) · 924 Bytes
/
.tmuxp_session.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
session_name: pgrst-dev
start_directory: ./
environment:
COMPOSE_PROJECT_NAME: 'pgrst-dev'
COMPOSE_FILE: "./composes/docker-compose.yml"
windows:
- window_name: pg & pgrst
focus: True
panes:
- ./start
- window_name: pgcli
shell_command_before:
- while [[ "$(docker-compose ps -q | wc -l)" -eq "0" ]]; do sleep 1; done
panes:
- ./start pgcli
- window_name: psql
shell_command_before:
- while [[ "$(docker-compose ps -q | wc -l)" -eq "0" ]]; do sleep 1; done
panes:
- ./start psql
- window_name: http-prompt
shell_command_before:
- while [[ "$(docker-compose ps -q | wc -l)" -eq "0" ]]; do sleep 1; done
panes:
- ./start http-prompt
- window_name: pgadmin4 & swagger & mitmweb
shell_command_before:
- while [[ "$(docker-compose ps -q | wc -l)" -eq "0" ]]; do sleep 1; done
layout: main-horizontal
panes:
- ./start pgadmin4
- ./start swagger
- ./start mitmproxy