-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration file for docker-compose setup #6
Comments
Hi, thanks for posting this issue. Hope this helps clear things up. |
This is great - thank you, Sebastian. I'm still having a bit of trouble with the authentication, however. I'm more of a Python user, so the Java errors are a bit cryptic to me... For a reverse proxy, I used Caddy with the following config:
I setup gatekeeper to use the same domain name, because I assume there's some kind of cross site security issues that would rise otherwise. But, I get a 404 when I visit ´my.domain/auth´. I tried to change |
Hi, |
Hello - I think it's a config problem rather than a reverse proxy problem. Because when I visit the page locally from the machine that's running docker (http://localhost:9081), I still get a 404. The Germinate side renders perfectly, though. |
The only error in the example configuration I could find was this line:
which should have been
I've got the exact configuration from the example running on a VM here and everything works fine, so really not sure why it's not working at your end. |
If you are able to send your |
Hello! Great work on this super useful tool!
I am following the instructions for the docker setup, which includes editing the
config.properties
file.The sample config here gives some hints, but I'm having trouble getting a server instance up and running. I think it has to do with the server not being able to connect to the db.
Would you be able to provide a complete server config sample, with the values filled in. This is especially true for those of us who are not familiar with Java syntax. For example, I can't tell if
database.server = mysql
should be like that, ordatabase.server = http://mysql
.Additionally, the sample
docker-compose
file exposes port9306
, while theconfig.properties
suggests that it should be3306
.In any case, it would be nice to have a minimalist config.properties that could get a new user like me up and running quickly.
The text was updated successfully, but these errors were encountered: