Version
latest
Unraid Version
7.3.1
Bug Description
I can perfectly use docker compose on the same host to get akvorado running, but when im trying to use gui i run into all sorts of problems, for example if i just copy the dir with environment into default project dir, it's not even showing me the stack.
If i try to add it manually, i can, if i specify the custom eml path as well as custom .env path, but then he cant get the base right, and project fails to copy files inside containers.
Directory structure in this project is:
root@amn:/boot/config/plugins/compose.manager/projects/akvorado# tree -a
.
├── .env
├── config
│ ├── akvorado.yaml
│ ├── console.yaml
│ ├── demo-1.yaml
│ ├── demo-2.yaml
│ ├── demo-3.yaml
│ ├── demo-4.yaml
│ ├── demo-bmp.yaml
│ ├── demo-flows.yaml
│ ├── inlet.yaml
│ └── outlet.yaml
└── docker
├── Dockerfile
├── Dockerfile.dev
├── Dockerfile.dev.dockerignore
├── Dockerfile.dockerignore
├── Dockerfile.ipinfo-geoipupdate
├── Dockerfile.ipinfo-geoipupdate.dockerignore
├── Dockerfile.nix
├── clickhouse
│ ├── cluster-1.xml
│ ├── cluster-2.xml
│ ├── cluster-3.xml
│ ├── cluster-4.xml
│ ├── cluster-dev.xml
│ ├── cluster.xml
│ ├── dev.xml
│ ├── keeper-cluster-1.xml
│ ├── keeper-cluster-2.xml
│ ├── keeper-cluster-3.xml
│ ├── keeper-cluster.xml
│ ├── keeper.xml
│ ├── observability.xml
│ └── server.xml
├── config.alloy
├── docker-compose-clickhouse-cluster.yml
├── docker-compose-demo.yml
├── docker-compose-dev.yml
├── docker-compose-grafana.yml
├── docker-compose-ipinfo.yml
├── docker-compose-local.yml
├── docker-compose-loki.yml
├── docker-compose-maxmind.yml
├── docker-compose-prometheus.yml
├── docker-compose-tls.yml
├── docker-compose.yml
├── grafana
│ ├── dashboards
│ │ └── akvorado
│ │ ├── inlet.json
│ │ └── troubleshooting.json
│ ├── grafana.ini
│ └── provisioning
│ ├── dashboards
│ │ └── akvorado.yaml
│ └── datasources
│ └── akvorado.yaml
├── ipinfo-geoipupdate.sh
├── loki.yaml
├── prometheus.yml
├── traefik-forward-auth.yaml
├── vector.tests.yaml
├── vector.yaml
└── versions.yml
Expected Behavior
same beahaivior as docker compose up in the project dir
Steps to Reproduce
mkdir akvorado
cd akvorado
curl -sL https://github.com/akvorado/akvorado/releases/latest/download/docker-compose-quickstart.tar.gz | tar zxvf -
docker compose up --wait
Watch its working
stop it and try to add it into GUI
Relevant Logs
Compose
Additional Context
No response
Version
latest
Unraid Version
7.3.1
Bug Description
I can perfectly use docker compose on the same host to get akvorado running, but when im trying to use gui i run into all sorts of problems, for example if i just copy the dir with environment into default project dir, it's not even showing me the stack.
If i try to add it manually, i can, if i specify the custom eml path as well as custom .env path, but then he cant get the base right, and project fails to copy files inside containers.
Directory structure in this project is:
root@amn:/boot/config/plugins/compose.manager/projects/akvorado# tree -a
.
├── .env
├── config
│ ├── akvorado.yaml
│ ├── console.yaml
│ ├── demo-1.yaml
│ ├── demo-2.yaml
│ ├── demo-3.yaml
│ ├── demo-4.yaml
│ ├── demo-bmp.yaml
│ ├── demo-flows.yaml
│ ├── inlet.yaml
│ └── outlet.yaml
└── docker
├── Dockerfile
├── Dockerfile.dev
├── Dockerfile.dev.dockerignore
├── Dockerfile.dockerignore
├── Dockerfile.ipinfo-geoipupdate
├── Dockerfile.ipinfo-geoipupdate.dockerignore
├── Dockerfile.nix
├── clickhouse
│ ├── cluster-1.xml
│ ├── cluster-2.xml
│ ├── cluster-3.xml
│ ├── cluster-4.xml
│ ├── cluster-dev.xml
│ ├── cluster.xml
│ ├── dev.xml
│ ├── keeper-cluster-1.xml
│ ├── keeper-cluster-2.xml
│ ├── keeper-cluster-3.xml
│ ├── keeper-cluster.xml
│ ├── keeper.xml
│ ├── observability.xml
│ └── server.xml
├── config.alloy
├── docker-compose-clickhouse-cluster.yml
├── docker-compose-demo.yml
├── docker-compose-dev.yml
├── docker-compose-grafana.yml
├── docker-compose-ipinfo.yml
├── docker-compose-local.yml
├── docker-compose-loki.yml
├── docker-compose-maxmind.yml
├── docker-compose-prometheus.yml
├── docker-compose-tls.yml
├── docker-compose.yml
├── grafana
│ ├── dashboards
│ │ └── akvorado
│ │ ├── inlet.json
│ │ └── troubleshooting.json
│ ├── grafana.ini
│ └── provisioning
│ ├── dashboards
│ │ └── akvorado.yaml
│ └── datasources
│ └── akvorado.yaml
├── ipinfo-geoipupdate.sh
├── loki.yaml
├── prometheus.yml
├── traefik-forward-auth.yaml
├── vector.tests.yaml
├── vector.yaml
└── versions.yml
Expected Behavior
same beahaivior as docker compose up in the project dir
Steps to Reproduce
mkdir akvorado
cd akvorado
curl -sL https://github.com/akvorado/akvorado/releases/latest/download/docker-compose-quickstart.tar.gz | tar zxvf -
docker compose up --wait
Watch its working
stop it and try to add it into GUI
Relevant Logs
Compose
Additional Context
No response