Dev docs init

This commit is contained in:
kn0wmad
2021-12-06 13:17:20 -07:00
committed by Lucy Cifferello
parent 8df1fe0842
commit 9e6c9209c1
2 changed files with 20 additions and 1 deletions

View File

@@ -2,4 +2,10 @@
*********************
Service Packaging FAQ
*********************
*********************
How can my service access the data directory of another service?
----------------------------------------------------------------
1. Provider service needs to expose datadir to other services on embassy
2. Consumer services needs to list the provider service as a dependency AND set a particular config value, stating that it wants data from that particular service