Skip to content

Commit

Permalink
use --detach just to be fancy
Browse files Browse the repository at this point in the history
  • Loading branch information
majdyz committed Oct 23, 2024
1 parent 24de7e9 commit 9321023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autogpt_platform/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ We use the Poetry to manage the dependencies. To set up the project, follow thes
Run the following command to run database in docker but the application locally:

```sh
docker compose --profile local up --build -d
docker compose --profile local up deps --build --detach
poetry run app
```

Expand Down
2 changes: 1 addition & 1 deletion autogpt_platform/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ services:
file: ./supabase/docker/docker-compose.yml
service: vector

local_dependencies:
deps:
<<: *supabase-services
profiles:
- local
Expand Down

0 comments on commit 9321023

Please sign in to comment.