Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions bash/docker-kill.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,30 @@
[containers]
# Shared dockerized Caddy edge fronting local-dev hostnames.
^dev-caddy$
# cove (servant): Postgres + app, compose project "cove".
^cove-(app|db)-[0-9]+$
# money (personal-finance): compose project "personal-finance".
^personal-finance-money-[0-9]+$

[images]
# Keep the Caddy image the kept container runs on. It is digest-pinned, so its
# local tag shows as <none>; match the repository rather than a tag.
^caddy:
# cove: app image is built locally; db uses pgvector.
^cove-app:
^pgvector/pgvector:
# money: image built locally as money:dev.
^money:dev$

[volumes]
^dev-caddy_config$
^dev-caddy_data$
# cove Postgres data. Compose prefixes the project name, so the real volume is
# cove_cove-pgdata, not cove-pgdata. money uses a host bind mount, no volume.
^cove_cove-pgdata$

[networks]
^cas360-edge$
^dev-caddy_default$
^cove_default$
^personal-finance_default$