Skip to content
Snippets Groups Projects
Commit 95b56c7e authored by jurgenhaas's avatar jurgenhaas
Browse files

On live hosts, always mount files/db into PHP container for MySQL dumps

parent add05695
No related branches found
No related tags found
1 merge request!31Merging develop into main
Pipeline #549186 passed
......@@ -90,10 +90,8 @@ services:
- {{ projectroot }}/drush:/etc/drush
{% if drupal.live|default(0) %}
- {{ projectrootfiles }}:/data/default
{% if crontabs.enable_mysql_backup|default(0) %}
- {{ projectrootfiles }}/db:/var/backups/mysql
{% endif %}
{% endif %}
{% if php.ssh and not drupal.live|default(0) %}
- {{ php.ssh_auth_sock }}:/ssh-agent
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment