You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, you have to run a postgres database server in order to run Gilfoyle. It cannot work without PG and rabbitmq. See DESIGN.md. You can use this development docker compose file to easily deploy those locally.
In the meantime, please be aware that this project is still unstable and buggy. I've stopped development to focus on my full time job.
Description
I get this error when i try to start with "./gilfoyle serve -p 8080 --config ./gilfoyle.yml" or "./gilfoyle serve":
{"level":"fatal","time":"2021-12-31T13:09:57.985Z","caller":"gilfoyle/serve.go:65","message":"failed creating schema resources","error":"dial tcp [::1]:5432: connect: connection refused","stacktrace":"github.com/dreamvo/gilfoyle/cmd/gilfoyle.glob..func3\n\t/home/runner/work/gilfoyle/gilfoyle/cmd/gilfoyle/serve.go:65\ngithub.com/spf13/cobra.(*Command).execute\n\t/home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:854\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:958\ngithub.com/spf13/cobra.(*Command).Execute\n\t/home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:895\ngithub.com/dreamvo/gilfoyle/cmd/gilfoyle.Execute\n\t/home/runner/work/gilfoyle/gilfoyle/cmd/gilfoyle/root.go:45\nmain.main\n\t/home/runner/work/gilfoyle/gilfoyle/cmd/main.go:6\nruntime.main\n\t/opt/hostedtoolcache/go/1.15.6/x64/src/runtime/proc.go:204"}
Environment
The text was updated successfully, but these errors were encountered: