feat: use official docker images for wp and mariadb
This commit is contained in:
6
vars.yml
6
vars.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user