added docker compose to run everything in one go
This commit is contained in:
@@ -23,7 +23,12 @@ type ServiceUser struct {
|
||||
}
|
||||
|
||||
type DbInfo struct {
|
||||
MaxConnections int `toml:"max_connections"`
|
||||
MaxConnections int `toml:"max_connections"`
|
||||
Host string `toml:"host"`
|
||||
Port int `toml:"port"`
|
||||
User string `toml:"user"`
|
||||
Password string `toml:"password"`
|
||||
Dbname string `toml:"dbname"`
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
|
||||
Reference in New Issue
Block a user