remove some execute stuff

This commit is contained in:
Jeff Clement 2025-07-20 14:25:30 +00:00
parent b9b7aa6a08
commit 62eb1c6274
Signed by: jeff
GPG key ID: 3BCB43A3F0E1D7DA

View file

@ -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: