...
Variables allow you to customize the configuration of containers. Many variables are commonly used in the docker-compose.yml
and .env
files to configure the environment, but some of them have a very specific use only y deben añadirse manualmente.
Info |
---|
Si desea modificar el valor por defecto de una variable, deberá añadirla a su fichero |
Variables comunes a todos los entornos y que se encuentran en el fichero .env
:
TZ=Europe/Madrid
permite indicar la zona horaria.SSH_USERNAME=opengate
Used to set the username in the SSH server. All Nodes and WebRTC Gateways of an environment must also have the same.SSH_PORT=2222
Used to set the SSH server port. All Nodes and WebRTC Gateways of an environment must also have the same.
Info |
---|
Si desea modificar el valor por defecto de una variable que no exista en el fichero |
Below is the full list of variables:
...