add docker-compose.yml

This commit is contained in:
dhax 2021-09-08 23:49:50 +02:00
parent f7b222b7f3
commit 32abb2ac26
5 changed files with 117 additions and 58 deletions

View file

@ -26,7 +26,7 @@ func init() {
RootCmd.AddCommand(serveCmd)
// Here you will define your flags and configuration settings.
viper.SetDefault("port", "localhost:3000")
viper.SetDefault("port", "3000")
viper.SetDefault("log_level", "debug")
viper.SetDefault("auth_login_url", "http://localhost:3000/login")