From 62eb1c6274a455c3b6d2d831a0e45eaf71dae862 Mon Sep 17 00:00:00 2001 From: Jeff Clement Date: Sun, 20 Jul 2025 14:25:30 +0000 Subject: [PATCH] remove some execute stuff --- .devcontainer/docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: