compose
compose copied to clipboard
Compose v3: Make ability to specify source for ENV variables inside docker-compose file
For example i have the following service
web:
build:
context: docker/fpm
dockerfile: Dockerfile
args:
MY_VARIABLE_STATUS: ${VARIABLE_NOT_FROM_ENV}
I want VARIABLE_NOT_FROM_ENV being resolved not from .env file and ALSO i don't want to write all the time --env-file argument running compose up command, so i assume you guys should make this as a config inside docker-compose.yaml itself
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it had not recent activity during the stale period.