Hello,
I was wondering if we could deploy multiple microservices as “workers” and one API-gateway as “service”.
Thanks,
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello, “internal services” are possible using internal_ports
property in the app spec and without http_port
property.
name: sample-golang
services:
- name: intsvc1
github:
repo: digitalocean/sample-golang
branch: master
internal_ports:
- 3000
The internal service should be addressable with just the component name.
Click below to sign up and get $100 of credit to try our products over 60 days!
Does it still work? I’ve got the following error while validating my app spec using doctl command line tool:
This comment has been deleted