🚚 Rename Docker Compose files to new names, compose.yml (#2106)
This commit is contained in:
committed by
GitHub
parent
03bca13d17
commit
6ab7a40cdd
@@ -25,9 +25,9 @@ If you are developing an API-only app and want to remove the frontend, you can d
|
||||
|
||||
* Remove the `./frontend` directory.
|
||||
|
||||
* In the `docker-compose.yml` file, remove the whole service / section `frontend`.
|
||||
* In the `compose.yml` file, remove the whole service / section `frontend`.
|
||||
|
||||
* In the `docker-compose.override.yml` file, remove the whole service / section `frontend` and `playwright`.
|
||||
* In the `compose.override.yml` file, remove the whole service / section `frontend` and `playwright`.
|
||||
|
||||
Done, you have a frontend-less (api-only) app. 🤓
|
||||
|
||||
|
||||
Reference in New Issue
Block a user