dfir-iris / iris-web

Collaborative Incident Response platform
GNU Lesser General Public License v3.0
1.04k stars 164 forks source link

[BUG] #567

Closed look-a-furry closed 1 month ago

look-a-furry commented 1 month ago

Describe the bug Cannot run docker compose. ERROR: Cannot extend service 'app' in /home/ubuntu/iris-web/docker-compose.base.yml: services with 'depends_on' cannot be extended

To Reproduce Steps to reproduce the behavior:

  1. Install docker.
  2. Clone the repo
  3. Run docker compose
  4. ERROR: Cannot extend service 'app' in /home/ubuntu/iris-web/docker-compose.base.yml: services with 'depends_on' cannot be extended

Expected behavior It should compose the container.

Screenshots imagen

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Is there a way to run the app without a docker container? I don't use docker containers in my environment, all of my machines are independent VMs running a single program for a specific purpose. I know very well that this is not how you should do this, but this is the way I've been doing it, and I won't change my entire workflow.

Ive tried different solutions, and all of them point to deleting the depends-on part from the compose file but I guess this is not how it should be done.

I have absolutely zero experience with docker and I have absolutely zero willingness to learn how to use it. I'd rather run this on real hardware. If this is not possible, please let me know and I will look for a similar program elsewhere.

theguly commented 1 month ago

use docker compose, not docker-compose

cbesot commented 2 weeks ago

same here

nativedefenceadmin commented 1 week ago

Same issue..

docker compose version Docker Compose version 2.24.6+ds1-0ubuntu1~22.04.1

docker --version Docker version 24.0.7, build 24.0.7-0ubuntu2~22.04.1