fix(storefront): update env variables in docker-compose for consistency
Replaced `EVIBES_*` variables with `SCHON_*` to align with naming conventions. Ensures consistent environment variable usage across services.
This commit is contained in:
parent
d5944436ba
commit
af477362d2
1 changed files with 2 additions and 2 deletions
|
|
@ -222,8 +222,8 @@ services:
|
|||
dockerfile: ./Dockerfiles/storefront.Dockerfile
|
||||
args:
|
||||
- DEBUG=${DEBUG}
|
||||
- SCHON_BASE_DOMAIN=${EVIBES_BASE_DOMAIN}
|
||||
- SCHON_PROJECT_NAME=${EVIBES_PROJECT_NAME}
|
||||
- SCHON_BASE_DOMAIN=${SCHON_BASE_DOMAIN}
|
||||
- SCHON_PROJECT_NAME=${SCHON_PROJECT_NAME}
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
|
|
|
|||
Loading…
Reference in a new issue