diff --git a/backup.d/fr_microsites_wordpress.yml b/backup.d/fr_microsites_wordpress.yml index 68e2334..fdcfe26 100644 --- a/backup.d/fr_microsites_wordpress.yml +++ b/backup.d/fr_microsites_wordpress.yml @@ -18,7 +18,7 @@ services: target: /etc/borgmatic/config.yaml environment: - BORGBASE_REPO="bp5oj726@bp5oj726.repo.borgbase.com:repo" - - DB_HOST=mariadb + - DB_HOST=db - DB_TABLE=wordpress - DB_USER=wordpress deploy: diff --git a/backup.d/fr_singlesite_wordpress.yml b/backup.d/fr_singlesite_wordpress.yml index 64bc1c3..df457cf 100644 --- a/backup.d/fr_singlesite_wordpress.yml +++ b/backup.d/fr_singlesite_wordpress.yml @@ -18,7 +18,7 @@ services: target: /etc/borgmatic/config.yaml environment: - BORGBASE_REPO="l32s99em@l32s99em.repo.borgbase.com:repo" - - DB_HOST=mariadb + - DB_HOST=db - DB_TABLE=wordpress - DB_USER=wordpress deploy: