Call a service from another service
Hello,
I have two repositories and I want to create two services for these components:
- Module in Python
- REST API that imports the module
I know that I can import the module using pip and the requirements file with the git url, but I dont want to depend from services like Bitbucket or Github and have to define many env variables related to passwords or auth keys.
Is there an option to call a service from other service so I can import the PATH using the private network or having the two services in the same volume?
3 Replies
Project ID:
N/A
N/A
the private network is for TCP and UDP traffic only