mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
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:
parent
507179738a
commit
4e9dbf4c98
@ -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
|
||||||
|
|||||||
@ -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}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user