Added Mariadb and wordpress
This commit is contained in:
13
wordpress/vars/default.yml
Normal file
13
wordpress/vars/default.yml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
http_host: "menus.greatbear.in"
|
||||
http_conf: "menus.greatbear.in.conf"
|
||||
|
||||
container_name: menu-chd
|
||||
image_name: wordpress:latest
|
||||
|
||||
db_name: "menu_chd"
|
||||
db_user: "root"
|
||||
db_pass: "123456"
|
||||
db_host: "db"
|
||||
|
||||
web_port: "9180"
|
||||
Reference in New Issue
Block a user