Backend requirements bump

[README] README file updated
[frontend] Updated dockerfile for frontend image
[backend] Updated dockerfile for backend image
[backend] Removed .env file. Env variables loaded on docker build process
[frontend] Fixed .env file for frontend docker image
[frontend] Added nginx-custom.conf to fix reloads
[frontend] Added frontend_env.sh to fix env variables loading on docker image start
[docker] Updated docker compose example file
This commit is contained in:
João Vitória Silva
2024-05-23 09:58:24 +01:00
parent 07268af5ce
commit cef2064eaa
8 changed files with 44 additions and 33 deletions

View File

@@ -59,8 +59,8 @@ Table bellow shows supported environemnt variables. Variables marked with option
Environemnt variable | Default value | Optional
--- | --- | ---
BACKEND_PROTOCOL* | http | Yes
BACKEND_HOST** | backend | Yes
MY_APP_BACKEND_PROTOCOL* | http | Yes
MY_APP_BACKEND_HOST** | backend | Yes
*BACKEND_PROTOCOL needs to be https if you want to enable Strava integration
**BACKEND_HOST needs to be set and be Internet faced/resolved if you want to enable Strava integration. Strava callback relies on this.