Hacker News new | ask | show | jobs
by stackskipton 134 days ago
I tend to use dev containers with docker compose.

So if I'm building Python application with Prometheus/RabbitMQ/PostGres that's used as part of my application, My docker compose has network, those 3 services + Python Dev Container and I just reference the hostname of the service in my Python application config (ENV VARS).

1 comments

OK yeah, that totally makes sense. Thank you.