feat: Add command to see docker-compose config

This commit is contained in:
2026-06-18 16:56:36 -05:00
parent ea9d041908
commit 6b982a9f93

View File

@@ -29,3 +29,5 @@ down = "docker compose -f compose.live.yaml down -v --remove-orphans"
burn = "docker compose -f compose.live.yaml down -v --rmi all --remove-orphans" burn = "docker compose -f compose.live.yaml down -v --rmi all --remove-orphans"
ps = "docker compose -f compose.live.yaml ps" ps = "docker compose -f compose.live.yaml ps"
see-config = "docker compose -f compose.live.yaml config"