streama: Docker image not working
When I access localhost:8080 everything is blank. I started the docker image without -d to see the output and it’s a bunch of java errors. Is this image maitained?
About this issue
- Original URL
- State: open
- Created 6 years ago
- Comments: 16 (3 by maintainers)
One thing to note: in the new 1.6.3 release, it is a .jar file instead of .war for performance reasons (jar yields faster startup time among other things). In our dockerfile this was changed to .jar, but if you use a custom dockerfile make sure to change that
I think documentation is a bit lacking for the docker setup.
If it can help whoever come across this issue here is a docker-compose file that made it for me:
Just run
docker-compose up -dand browse http://localhost:8080