Skip to content
Commit 1116f091 authored by Juraj Paluba's avatar Juraj Paluba
Browse files

compose-insecure: simplify compose-insecure file

Instead of specifying the whole Docker compose file I have overriden the
base compose.yaml file with compose.insecure.yaml.

To start service in insecure mode run:
```bash
docker compose -f compose.yaml -f compose.insecure.yaml up -d
```
parent 6e971b10
Pipeline #241194 passed with stages
in 1 minute and 39 seconds