Shan Desai
Shan Desai
**Description** Currently Docker Compose v2.5.0 provides a command call `docker compose images` which will list the images / containers within dedicated `docker-compose.yml` file. There is currently no way to use...
##### SUMMARY Since Docker v18.09+ it is possible to use the same `docker` CLI on a Controller Node to get access to remote Managed Nodes. This is generally achieved initially...
##### SUMMARY As a simple example, I have a Grafana Container running behind a reverse-proxy with Self-Signed Certificates which I do not want to have validated. The Grafana instance is...
## Description For a configuration that loads the init values via files as mentioned below: ```yaml services: influxdbv2: image: docker.io/influxdb:2.6-alpine container_name: influxdbv2 environment: - DOCKER_INFLUXDB_INIT_MODE=setup - DOCKER_INFLUXDB_INIT_ORG=${DOCKER_INFLUXDB_INIT_ORG} - DOCKER_INFLUXDB_INIT_BUCKET=${DOCKER_INFLUXDB_INIT_BUCKET} -...
@shalugin Nice work with the horizontal timeline I have made a working example of the code [on StackBlitz](https://stackblitz.com/edit/angular-horizontal-timeline-test) for everyone to refer. The only thing that is missing is the...
## Description Provide playbook(s) to import / export Grafana Dashboards. Conduct checks on datasource compatibility. Use the `ansible.community.grafana` Galaxy Collection for the playbook modules. ### Tasks - [ ] Import...
## Description Currently, the split `docker-compose..yml` files are combined together using `docker compose config -o docker-compose.yml`. With the new [`include`][1] spec in the updated Compose versions, it is not possible...
## Description A known caveat for using relative paths in the `docker-compose..yml.j2` templates e.g. `./conf/`, if the host where komponist generate the dedicated files __MAY__ have a different absolute path...
## Description Generate Self-Signed TLS certificates + Root Certificate Authority for Komponist. The Root CA + Certificates / Keys will be used by `traefik` reverse-proxy for TLS-Termination for the running...
## Description Generate an executable bash script to be mounted into `/docker-entrypoint-initdb.d`, since InfluxDBv2 does not provide environment variables to set specific users with restricted access / privileges ### References...