- 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
- values set in the file linked to by
env_filein docker-compose.yml - values set in the
environmentarray in docker-compose.yml - values set with
ENVin Dockerfile