summaryrefslogtreecommitdiffstats
path: root/acid/cyche-remove (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-10acid: remove: Don't rely on YML fileMalfurious1-9/+4
Per the previous two commits, the docker-compose.yml file is not needed when running `docker compose down`. Update the cyche-remove script to cope with a lack of such a file. Also per the latest commit, arrange to always call docker compose with the explicit --project-name. Signed-off-by: Malfurious <m@lfurio.us>
2023-09-08acid: Remove running services no longer present in $CYCHE_SERVICESMalfurious1-0/+20
If a service was previously managed by cychedelic, but an update to the cyche code removes it from the config file, stop the service and delete the git clone. As usual, this should leave any docker volumes intact. Signed-off-by: Malfurious <m@lfurio.us>