Originate / exosphere

A modern cloud-based micro-service framework
MIT License
18 stars 6 forks source link

sharing code between services #934

Closed charlierudolph closed 6 years ago

charlierudolph commented 6 years ago

Given a project structure:

- service-1
- service-2
- shared

And an application.yml

shared-directories:
  - shared

Prior to building docker images, the shared directory is copied into each service directory. This happens on exo run and exo deploy. The shared directories in each service would be gitignored

Use case from @mjhm

@alexdavid @hugobho please review