I made an application and I need to test it on our lab. My colleague has done a docker-compose.yml file but nobody is at office today and I'm lost with a line in this file:
image: gitlab-${DOCKERADM_ENV}:5005/rims/mgmt-docker-gui:lab
Because when I do docker-compose -f docker-compose-mgmt.yml pull I have an error DOCKERADM_ENV is not set.
I want to set this variable but how can I do that ?
export DOCKERADM_ENV=foo.