mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #9552 from mel-byond/docker-deploy
[HOST] Create Dockerfile and docker-compose.yml for Docker deployment
This commit is contained in:
committed by
Chompstation Bot
parent
f516265384
commit
74f2bb1d81
6
config/docker/mysql.env.example
Normal file
6
config/docker/mysql.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
# MySQL database root password
|
||||
MYSQL_ROOT_PASSWORD=SUPERSEKRETOMYGOD
|
||||
# MySQL login username
|
||||
MYSQL_USERNAME=sillyusername
|
||||
# MySQL login password
|
||||
MYSQL_PASSWORD=somekindofpassword
|
||||
Reference in New Issue
Block a user