summaryrefslogtreecommitdiffstats
path: root/acid/cyche-remove (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-26acid: Don't use 'cychedelic' in file namesMalfurious1-15/+0
As I add new components to the cychedelic system, it would be best to use more specific naming. 'cychedelic' is the name of the project, whereas 'acid' is the name of this program. Signed-off-by: Malfurious <m@lfurio.us>
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>