mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
9 lines
154 B
Bash
9 lines
154 B
Bash
|
|
COMPOSE_PROJECT_NAME=stb
|
||
|
|
|
||
|
|
#MySQL
|
||
|
|
MYSQL_ROOT_PASSWORD={{stb_mysql_root_password}}
|
||
|
|
MYSQL_DATABASE=stb
|
||
|
|
MYSQL_USER=stb
|
||
|
|
MYSQL_PASSWORD={{stb_mysql_password}}
|
||
|
|
|