From d5c380f477f2913effd632cf58aff287062bf593 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Fri, 18 Aug 2023 12:40:45 -0400 Subject: acid: Make docker compose YML file configurable 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 --- acid/config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'acid/config.sh') diff --git a/acid/config.sh b/acid/config.sh index d3dcee6..ee6b5cc 100644 --- a/acid/config.sh +++ b/acid/config.sh @@ -26,6 +26,6 @@ CYCHE_SERVICES=( # in the list. As just mentioned, it can be named anything, but "cychedelic" # is conventional. - # - 'cychedelic https://your/cyche/source.git refs/remotes/origin/master' + # + 'cychedelic https://your/cyche/source.git refs/remotes/origin/master docker-compose.yml' ) -- cgit v1.2.3