Add panel feature updates across API, daemon, and web
This commit is contained in:
@@ -11,3 +11,13 @@ docker:
|
||||
socket: "/var/run/docker.sock"
|
||||
network: "gamepanel_nw"
|
||||
network_subnet: "172.18.0.0/16"
|
||||
|
||||
# Optional node-local MySQL/MariaDB management for server databases.
|
||||
# `connection_host` should be reachable by the game containers on this node.
|
||||
managed_mysql:
|
||||
url: "mysql://root:change-me@127.0.0.1:3306/mysql"
|
||||
connection_host: "CHANGE_ME_REACHABLE_FROM_GAME_CONTAINERS"
|
||||
connection_port: 3306
|
||||
phpmyadmin_url: "http://127.0.0.1:8080/"
|
||||
# Optional: overrides the client binary. Defaults to trying "mariadb" then "mysql".
|
||||
# bin: "mariadb"
|
||||
|
||||
Reference in New Issue
Block a user