fix(plane): update APP_RELEASE to v0.25.2 in environment configuration
This commit is contained in:
parent
8fcca0cb58
commit
aaba690d5e
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
x-app-env: &app-env
|
x-app-env: &app-env
|
||||||
environment:
|
environment:
|
||||||
- APP_RELEASE=${APP_RELEASE:-v0.25.1}
|
- APP_RELEASE=${APP_RELEASE:-v0.25.2}
|
||||||
- WEB_URL=${SERVICE_FQDN_PLANE}
|
- WEB_URL=${SERVICE_FQDN_PLANE}
|
||||||
- DEBUG=${DEBUG:-0}
|
- DEBUG=${DEBUG:-0}
|
||||||
- CORS_ALLOWED_ORIGINS=${CORS_ALLOWED_ORIGIN:-http://localhost}
|
- CORS_ALLOWED_ORIGINS=${CORS_ALLOWED_ORIGIN:-http://localhost}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue