Fix the volumes definition
This commit is contained in:
parent
50074e74bd
commit
576e4c0568
|
@ -7,11 +7,7 @@ networks:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
{{ epas_attachments_volume }}:
|
{{ epas_client_timbrature_data_volume }}:
|
||||||
{% if epas_dockerized_db %}
|
|
||||||
{{ epas_pg_backups_volume }}:
|
|
||||||
{{ epas_db_volume }}:
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
{{ epas_client_timbrature_docker_service_server_name }}:
|
{{ epas_client_timbrature_docker_service_server_name }}:
|
||||||
|
|
Loading…
Reference in New Issue