mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Add S.T.B. website
This commit is contained in:
parent
8d107d613c
commit
fccef5c563
6 changed files with 167 additions and 80 deletions
8
roles/stb-wordpress-docker/templates/db.env
Normal file
8
roles/stb-wordpress-docker/templates/db.env
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
COMPOSE_PROJECT_NAME=stb
|
||||
|
||||
#MySQL
|
||||
MYSQL_ROOT_PASSWORD={{stb_mysql_root_password}}
|
||||
MYSQL_DATABASE=stb
|
||||
MYSQL_USER=stb
|
||||
MYSQL_PASSWORD={{stb_mysql_password}}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue