Added Mariadb and wordpress

This commit is contained in:
2022-08-02 06:41:22 +05:30
parent 5713d3d410
commit 4cfffeaebd
12 changed files with 505 additions and 0 deletions

View 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"