...
Variables allow you to customize the configuration of containers. Many variables are commonly used in the We define some of them in 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. Variables comunes a todos los entornos y que se encuentran en el fichero .env
there are other that allow further configuration and must be manually defined.
Common variables in all environments, defined in the .env
file:
TZ=Europe/Madrid
permite indicar la zona horaria used to set the timezone.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 |
...