fix(docu): remove required but missing frontend/.env (#8431)

When you follow the documentation, your `docker compose up` will fail
because a `.env` file is referenced that doesn't exist yet. The
documentation mentions a `.env.template` file, so I guess that one was
deleted but the documentation not updated.
This commit is contained in:
Robert Schäfer 2025-04-25 21:38:49 +08:00 committed by GitHub
parent 507179738a
commit 4e9dbf4c98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 6 deletions

View File

@ -187,10 +187,6 @@ $ cp .env.template .env
# in folder backend/ # in folder backend/
$ cp .env.template .env $ cp .env.template .env
# in folder frontend/
$ cp .env.template .env
```
For Development: For Development:
```bash ```bash

View File

@ -43,8 +43,6 @@ services:
# Application only envs # Application only envs
#- HOST=0.0.0.0 # This is nuxt specific, alternative value is HOST=webapp #- HOST=0.0.0.0 # This is nuxt specific, alternative value is HOST=webapp
#- GRAPHQL_URI=http://backend:4000 #- GRAPHQL_URI=http://backend:4000
env_file:
- ./frontend/.env
backend: backend:
image: ghcr.io/ocelot-social-community/ocelot-social/backend:${OCELOT_VERSION:-latest} image: ghcr.io/ocelot-social-community/ocelot-social/backend:${OCELOT_VERSION:-latest}