docs: add readme and example docker compose

This commit is contained in:
Stavros
2025-01-19 16:34:16 +02:00
parent edf703b720
commit fd2e7d847a
19 changed files with 73 additions and 17 deletions

View File

@@ -62,7 +62,7 @@ func HandleError(err error, msg string) {
func init() {
viper.AutomaticEnv()
rootCmd.Flags().IntP("port", "p", 8080, "Port to run the server on.")
rootCmd.Flags().IntP("port", "p", 3000, "Port to run the server on.")
rootCmd.Flags().String("address", "0.0.0.0", "Address to bind the server to.")
rootCmd.Flags().String("secret", "", "Secret to use for the cookie.")
rootCmd.Flags().String("root-url", "", "Root URL of traefik.")