With a default setup of a docker-compose file
version: "3"
services:
federation:
image: ghcr.io/movio/bramble
ports:
- "8082:8082"
- "8083:8083"
volumes:
- ./config.json:/config.json
running docker compose up bramble fails to find any of the services in the config.json.
running bramble -config config.json starts the gateway perfectly fine
With a default setup of a docker-compose file
running
docker compose upbramble fails to find any of the services in the config.json.running
bramble -config config.jsonstarts the gateway perfectly fine