Ape Decedent
Ape Decedent
Hello, I have deployed also in docker swarm and server settings are not visible and further configuration cannot be done. Appreciate some help here.
@kerny3d we followed the instructions from https://github.com/KnowageLabs/Knowage-Server-Docker and below is the docker file we have. We are running in Swarm. version: "3.5" services: knowage: image: knowagelabs/knowage-server-docker:7.1 depends_on: - knowagedb ports:...
@kerny3d We are running this in Docker Swarm. I will try to pull some logs. I greatly appreciate your help.
@Ape-Decendent @davide-zerbetto attaching the logs [knowage_docker_logs.txt](https://github.com/KnowageLabs/Knowage-Server-Docker/files/4445276/knowage_docker_logs.txt) [knowage_mysql_docker_logs.txt](https://github.com/KnowageLabs/Knowage-Server-Docker/files/4445278/knowage_mysql_docker_logs.txt)
@kerny3d http
@kerny3d here it goes [knowage-Container.txt](https://github.com/KnowageLabs/Knowage-Server-Docker/files/4450174/knowage-Container.txt) [Knowagedb-container.txt](https://github.com/KnowageLabs/Knowage-Server-Docker/files/4450175/Knowagedb-container.txt)
@kerny3d sorry for the late reply. I needed to focus on some other things. I realized from docker logs that Tomcat is not happy with unsecured site. So I have...