From c26e8968ef7bee62d64660eba9c41ba216be5391 Mon Sep 17 00:00:00 2001 From: Gaxinto Theodorio Date: Tue, 6 May 2025 22:43:32 -0400 Subject: [PATCH] changes --- olivetin/config.yaml | 2 +- olivetin/docker-compose.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/olivetin/config.yaml b/olivetin/config.yaml index 34e1bde..83c6191 100644 --- a/olivetin/config.yaml +++ b/olivetin/config.yaml @@ -6,7 +6,7 @@ actions: - "@daily" - title: deploy all containers shell: | - cd /home/geezo/docker_containers + cd /docker_containers while IFS= read -r dir; do if [ -f "${dir}/docker-compose.yml" ] || [ -f "${dir}/docker-compose.yaml" ]; then echo "Processing directory: ${dir}" diff --git a/olivetin/docker-compose.yml b/olivetin/docker-compose.yml index 59ab5ce..88bcc4c 100644 --- a/olivetin/docker-compose.yml +++ b/olivetin/docker-compose.yml @@ -6,6 +6,7 @@ services: - ./:/config # replace host path or volume as needed - /var/run/docker.sock:/var/run/docker.sock - /home/geezo/docker_containers/autorestic:/autorestic + - /home/geezo/docker_containers:/docker_containers ports: - "1004:1337" restart: unless-stopped