Create a settings.json (or settings.$ENVIRONMENT.json) file and add it to the /app/config/ folder.
settings file should contain:
{
"Data": {
"Type": put your db Type here, i.e. MariaDB,
"ServerVersion": ServerVersion goes here,
"Server": add the ip-address of the server,
"Database": database name,
"Port": port,
"User": username,
"Password":password
},
"Auth": {
"Type": put your db Type here, i.e. MariaDB,
"ServerVersion": ServerVersion goes here,
"Server": add the ip-address of the server,
"Database": database name,
"Port": port,
"User": username,
"Password":password
}
}
Currently only MariaDB, MySql* and SqLite are possible Database types
*MySql is untested
Content type
Image
Digest
sha256:af09e7fba…
Size
209.9 MB
Last updated
over 1 year ago
docker pull dandevaud/menuplanner