malaskowski / aet-docker

Docker support for AET - easy to set up local/developer environment with example Docker Swarm configuration.
Apache License 2.0
8 stars 9 forks source link

Karaf configs aligned with official AET release #5

Closed jwadolowski closed 6 years ago

jwadolowski commented 6 years ago

I compared https://github.com/Cognifide/aet/releases/download/3.1.0/configs.zip with the content of karaf/configs directory and fixed differences between them.

@Skejven official release contains com.cognifide.aet.vs.mongodb.MongoDBClient.cfg and org.ops4j.pax.logging.cfg as well. In the first case I assume we rely on MONGODB_URI to set the right MongoDB endpoint, the second config is all about loggers, which are not important in case Docker deployment (Karaf logs to stdout, which can be picked up easily with docker logs -f <container_id>. Is my understanding correct?