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