- environment variables in the shell where docker-compose is run
- values set in an
.envfile in the folder where docker-compose is run
- build args set in docker-compose.yml (build > args, object) and imported with
ARGin Dockerfile - values set with
ARGin Dockerfile