[wip] docker setup

It's working now
This commit is contained in:
slawkens
2023-09-16 18:20:08 +02:00
parent 86b94ea5e8
commit 03b2d71572
4 changed files with 416 additions and 20 deletions

12
docker/config.lua Normal file
View File

@@ -0,0 +1,12 @@
serverName = "Forgotten"
mysqlHost = "db"
mysqlUser = "myaac"
mysqlPass = "myaac"
mysqlDatabase = "myaac"
mysqlPort = 3306
mysqlSock = ""
ip = 192.168.176.1
statusPort = 7171
statusTimeout = 2000