🔥(compose) remove app and celery services

`app` and `celery` services are not used when we run the compose
configuration. The compose file is only used for development purpose.
This commit is contained in:
Manuel Raynaud
2025-06-10 18:10:53 +02:00
parent f07fcd4c0d
commit 9a212400a0
2 changed files with 1 additions and 35 deletions

View File

@@ -93,7 +93,7 @@ The easiest way to start working on the project is to use [GNU Make](https://www
$ make bootstrap FLUSH_ARGS='--no-input'
```
This command builds the `app` container, installs dependencies, performs database migrations and compiles translations. It's a good idea to use this command each time you are pulling code from the project repository to avoid dependency-related or migration-related issues.
This command builds the `app-dev` and `frontend-dev` containers, installs dependencies, performs database migrations and compiles translations. It's a good idea to use this command each time you are pulling code from the project repository to avoid dependency-related or migration-related issues.
Your Docker services should now be up and running 🎉