The only volumes are the database ones.
This commit is contained in:
parent
d09280340e
commit
94299064cc
|
@ -25,6 +25,7 @@ epasmed_db_volume: 'epasmed_prod_pg_data'
|
|||
epasmed_db_constraints: '[node.labels.epasmed_pg_data==epasmed_db]'
|
||||
epasmed_pg_data_volume: '~/volumes/jhipster/epasmed/postgresql/'
|
||||
epasmed_pg_backups_volume: '~/volumes/jhipster/epasmed/postgresql/'
|
||||
psql_db_data: '{{ epasmed_psql_pg_data }}'
|
||||
# Environment
|
||||
epasmed_server_hostname: 'epasmed.isti.cnr.it'
|
||||
epasmed_spring_profile_active: 'prod,swagger'
|
||||
|
|
|
@ -5,8 +5,8 @@ networks:
|
|||
external: true
|
||||
{{ epasmed_docker_network }}:
|
||||
|
||||
volumes:
|
||||
{% if epasmed_dockerized_db %}
|
||||
volumes:
|
||||
{{ epasmed_pg_backups_volume }}:
|
||||
{{ epasmed_db_volume }}:
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue