remove some execute stuff
This commit is contained in:
parent
b9b7aa6a08
commit
62eb1c6274
1 changed files with 1 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue