Skip to content

Commit

Permalink
bug 1877534: use --attach-dependencies=false instead of --no-attach (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
relud committed Feb 1, 2024
1 parent d7b8216 commit 9e2449d
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Makefile
Expand Up @@ -51,16 +51,12 @@ setup: .env ## | Initialize services.

.PHONY: run
run: .env .docker-build ## | Run the web app and services.
# NOTE(willkg): We tag all the backing services with --no-attach here to
# prevent them from spamming stdout
# NOTE(willkg): We tag all the services with --attach here to
# prevent dependencies from spamming stdout
${DC} up \
--no-attach db \
--no-attach statsd \
--no-attach gcs-emulator \
--no-attach redis-cache \
--no-attach localstack \
--no-attach oidcprovider \
--no-attach statsd \
--attach web \
--attach frontend \
--attach fakesentry \
web frontend fakesentry

.PHONY: devcontainerbuild
Expand Down

0 comments on commit 9e2449d

Please sign in to comment.