You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting disableDependsOn: true in the config.yml and regenerating the config seems to fix this issue, though it removes all other ordering between the containers too.
Generating a
docker-compose.yml
withdisablePostgres: true
will output a non-functional file. Trying to start the file will give the error:It seems most services that expect to be able to connect to the DB directly still
depends_on: postgres
.The text was updated successfully, but these errors were encountered: