mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-08 23:38:01 -05:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user