feat: use official docker images for wp and mariadb

This commit is contained in:
Lenoctambule
2026-04-02 20:09:53 +02:00
parent c2c4a3a09b
commit 6c0d40acf6
10 changed files with 46 additions and 313 deletions

View File

@@ -6,9 +6,9 @@ dest_dir: /var/app/
cert_path: "{{ dest_dir }}/srcs/nginx/certbot/conf/live/{{ cert_domain }}"
DB_USER: wp
DB_PWD: password123
DB_ROOT_PWD: rootpassword
MARIADB_USER: wp
MARIADB_PASSWORD: password123
MARIADB_ROOT_PASSWORD: rootpassword
WP_USER: rralambo
WP_PWD: password123
WP_EMAIL: email@email.com