All checks were successful
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Successful in 44s
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Successful in 1m4s
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Successful in 57s
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Successful in 1m7s
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Successful in 1m24s
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Successful in 1m31s
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Successful in 1m25s
/ deploy (push) Successful in 14s
59 lines
1.5 KiB
Text
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 keydb-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]
|