diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index c4944d5..ada2aea 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -3,9 +3,7 @@ version: '3' # NOTE on `network_mode` # All of the containers are bound together and share the same network context as the DB container. # This means that each service needs to be listening to a unique port since they are all effectively -# mount to the same interface. i.e. Execute can connect to postgres on 127.0.0.1:5432 even though -# they are separate containers. Note that if, for some reason, Postgres fails to start, the other -# containers are going to have all manner of mysterious network connectivity issues. +# mount to the same interface. services: app: