castlemock / docker

Apache License 2.0
9 stars 11 forks source link

Docker-compose auto import projects #13

Closed d4rfl0w closed 7 months ago

d4rfl0w commented 7 months ago

Hi,

I have configuration in docker-compose:

    mockserver_aggregator:
        image: castlemock/castlemock
        ports:
            - 8080:8080
        volumes:
            - ./_infrastructure/mockserver/.castlemock:/root/.castlemock

How i can auto import some projects when service start in docker-compose?

karldahlgren commented 7 months ago

Closing this issue since it is a duplicate of the following issue: https://github.com/castlemock/castlemock/issues/745