Skip to content

Config.json not loaded with docker volume #209

@ncunningham-stairsupplies

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions