summaryrefslogtreecommitdiffstats
path: root/acid/config.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-19acid: Touch up some documentationMalfurious1-1/+1
Signed-off-by: Malfurious <m@lfurio.us>
2023-08-18acid: Add sleep between executing jobsMalfurious1-0/+3
The loop in the main update function will sleep for a configurable amount of time between each job / service entry. This added time will make the output log easier to read on-the-fly, but this change also makes the process of rapidly rebuilding services that are dependent on each other more reliable. Signed-off-by: Malfurious <m@lfurio.us>
2023-08-18acid: Make docker compose YML file configurableMalfurious1-2/+2
Facilitate deployments using alternate docker-compose.yml files, or projects which simply use a different filename for the configuration. This setting populates the `docker compose -f` option. Signed-off-by: Malfurious <m@lfurio.us>
2023-08-09acid: Add configuration templateMalfurious1-0/+31
Signed-off-by: Malfurious <m@lfurio.us>