as-services/terminator-config
2025-10-20 19:30:26 +02:00

59 lines
1.5 KiB
Text

[global_config]
suppress_multiple_term_dialog = True
[keybindings]
hide_window = None
[profiles]
[[default]]
use_system_font = True
[layouts]
[[dev]]
[[[window0]]]
type = Window
parent = ""
size = 1200, 800
[[[paned0]]]
type = HPaned
parent = window0
position = 600
[[[paned1]]]
type = VPaned
parent = paned0
position = 266
[[[paned2]]]
type = VPaned
parent = paned1
position = 133
[[[paned3]]]
type = VPaned
parent = paned0
position = 266
[[[terminal1]]]
type = Terminal
parent = paned1
profile = default
command = bash -lc "docker compose logs --follow --tail=10 db minio rabbitmq redis-hot-geodata redis-q-dedup kvrocks-cold-geodata; exec bash"
[[[terminal2]]]
type = Terminal
parent = paned2
profile = default
command = bash -lc "docker compose logs --follow --tail=10 tileserver-gl osrm-car osrm-foot nominatim; exec bash"
[[[terminal3]]]
type = Terminal
parent = paned2
profile = default
command = bash -lc "docker compose logs --follow --tail=10 hasura hasura_console; exec bash"
[[[terminal4]]]
type = Terminal
parent = paned3
profile = default
command = bash -lc "docker compose logs --follow --tail=10 api files web; exec bash"
[[[terminal5]]]
type = Terminal
parent = paned3
profile = default
command = bash -lc "docker compose logs --follow --tail=10 watchers tasks; exec bash"
[plugins]