From 4e0874d8d58ed0e38b297a8d5394ac58067952e4 Mon Sep 17 00:00:00 2001 From: Cian Hatton Date: Sun, 28 Aug 2022 01:33:59 +0100 Subject: [PATCH] corrected olivetin files --- group_vars/servers.yml | 2 +- roles/setup_hosted_services/templates/olivetin.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/servers.yml b/group_vars/servers.yml index 951d6e1..940eb91 100644 --- a/group_vars/servers.yml +++ b/group_vars/servers.yml @@ -22,7 +22,7 @@ dashy: olivetin: source_file: olivetin/config.yml config_file: config.yml - config_directory: /etc/config/olivetin + config_directory: /etc/config/OliveTin docker_networks: [] diff --git a/roles/setup_hosted_services/templates/olivetin.j2 b/roles/setup_hosted_services/templates/olivetin.j2 index 68d6d58..414c310 100644 --- a/roles/setup_hosted_services/templates/olivetin.j2 +++ b/roles/setup_hosted_services/templates/olivetin.j2 @@ -6,7 +6,7 @@ services: image: jamesread/olivetin user: root volumes: - - /etc/config/olivetin:/config + - {{olivetin.config_directory}}/{{olivetin.config_file}}:/config/config.yaml - /var/run/docker.sock:/var/run/docker.sock ports: - "1337:1337"