-
Hi there, We want to host plane on our azure infrastructure, but we don't need multiple drones right now. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi Timo, Yes, your use case should work.
You'll still need three processes (nats server, controller, and drone), but they can all be run on the same machine (I recommend using Docker Compose for this). Hope that helps, happy to elaborate more if that would be helpful. |
Beta Was this translation helpful? Give feedback.
-
Hi Paul, I've removed the firefox and dnsmasq containers from the docker-compose sample configuration, exposed the nats and drone https port to get the desired use case working. I've also built a small nodejs app that uses the NATS api to spawn our containers. Next, I will be looking at the authentication part... |
Beta Was this translation helpful? Give feedback.
-
Awesome, glad that worked! I think we should provide an example like this out of the box, so I've opened #283. |
Beta Was this translation helpful? Give feedback.
Hi Timo,
Yes, your use case should work.
[dns]
line from the toml file passed to the controller (e.g. this line).You'll still need three processes (nats server, controller, and drone), but they can all be run on the same machine (I recommend using Docker Compose for this).
Hope that helps, happy to elaborate more if that would be helpful.