Skip to content

import fuge.yml file #167

Description

@johnwebbcole

I have several projects that are inter-related, a gateway, front-end and api. Right now, I have several docker-compose files and override files that can start each part (with it's own dependencies) independently.

I'd like to have a fuge.yml file in each service that will bring that one part up in isolation, and another fuge.yml that imports the service fuge.yml and allows me to override so I can bring the entire stack up.

For example:

src/
     front-end/
                      index.js
                      fuge.yml #<- starts a proxy to production gw instead of development gw
     gateway/
                    index.js
                    fuge.yml # <- starts a db and redis cache
     api/
           index.js
           fuge.yml # <- starts a db and just runs tests against it
     fullstack/
                   fuge.yml # <- imports the other three and overrides ports and dns settings to mimic produciton.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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