add files from master

This commit is contained in:
2021-04-29 10:28:08 +02:00
parent 7174f91ffc
commit ff82a1c2e3
7 changed files with 78 additions and 0 deletions

15
wordpress/live.env.tpl Normal file
View File

@ -0,0 +1,15 @@
# Domain
DOMAIN=domain.com
# Wordpress
WORDPRESS_ROOT=/home/compute/services/wordpress
WORDPRESS_DB_HOST=db
WORDPRESS_DB_USER=username
WORDPRESS_DB_PASSWORD=password_db
WORDPRESS_DB_NAME=wordpress
# DB
MYSQL_DATABASE=wordpress
MYSQL_USER=username
MYSQL_PASSWORD=password_db
MYSQL_RANDOM_ROOT_PASSWORD=password_db_root