My team has been using docker-compose and nginx for a number of projects, and testing them using ubuntu servers.
We are looking into using github-codespaces, but notices that they have a number of environmental variables already set, most important being HOSTNAME.
Is there an easy way to override to become the URL we need it to be? Would changing this break some system that codespaces is reliant on?
I am sorry, but I am very new to github-codespaces, and using commands like export
make it look like I fixed the problem, but when I docker-compose up I see that it is still using the old value.
HOSTNAME
is not even listed in their default variables document, but every instance I have spun seems to have had it.
Any advice would be gratly appreciated!