From 576e4c0568f4746542c3d7f7592ecd3de74cb5c3 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 27 Oct 2020 17:05:41 +0100 Subject: [PATCH] Fix the volumes definition --- templates/epas-client-timbrature-docker-compose.yml.j2 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/templates/epas-client-timbrature-docker-compose.yml.j2 b/templates/epas-client-timbrature-docker-compose.yml.j2 index 19ad7b2..497b84f 100644 --- a/templates/epas-client-timbrature-docker-compose.yml.j2 +++ b/templates/epas-client-timbrature-docker-compose.yml.j2 @@ -7,11 +7,7 @@ networks: {% endif %} volumes: - {{ epas_attachments_volume }}: -{% if epas_dockerized_db %} - {{ epas_pg_backups_volume }}: - {{ epas_db_volume }}: -{% endif %} + {{ epas_client_timbrature_data_volume }}: services: {{ epas_client_timbrature_docker_service_server_name }}: