added docker compose

This commit is contained in:
z1glr
2025-02-04 20:57:48 +01:00
parent 3f9a190795
commit 3227073470
14 changed files with 140 additions and 48 deletions

View File

@@ -9,7 +9,7 @@ import (
"gopkg.in/yaml.v3"
)
var CONFIG_PATH = "config.yaml"
var CONFIG_PATH string
type ConfigYaml struct {
LogLevel string `yaml:"log_level"`