fix: Se actualiza version en ES

This commit is contained in:
sinergia 2023-08-14 12:50:51 -05:00
parent 14f14a6ca7
commit 509390807f
1 changed files with 9 additions and 8 deletions

View File

@ -53,20 +53,21 @@ cd oc-docker-tryton-non-official
Edíte el archivo Dockerfile y cambie el valor de las variables, ejemplo para Crear un Docker de OneTeam:
```
#version Trytond server example 6.0
#version del servidor Trytond, ejemplo 6.0
TRYTOND_VERSION=6.6
#python version that will run the docker example 3.7 or 3.9 is mandatory in case you use tryton6.2
#version de python que correrá en el docker ejemplo 3.7 ó 3.9 es obligatorio en caso de que uses tryton6.2
PYTHON_VERSION=3.9
#if the module repository is private
#Sí el repositorio del módulo es privado
GITEA_USER=gitea_user
GITEA_PASSWORD=gitea_password
GITEA_ACCESS_TOKEN=gitea_user_token
#Repository Multi Migrate
REPO_MULTI_MIGRATE=OneTeam/oc-multi_migrate_to_gitea.git
#domain server gitea
#Dominio del Servidor de Gitea
GITEA_DOMAIN=git.disroot.org
URL_MULTI_MIGRATE=https://${GITEA_USER}:${GITEA_PASSWORD}@${GITEA_DOMAIN}/OneTeam/oc-multi_migrate_to_gitea.git
#By default all organizations are set to false, activate only one.
#Por defecto todas las organizaciones están configuradas como falsas, active solo una.
#Nombre de proveedores disponibles
#GnuHealth, Etrivial, tryton-ar, OneTeam, OneTeam_Pos, Presik, Datalife, NaNtic, Kalenis
Provider=OneTeam
DIR_MODULES=/usr/local/lib/python${PYTHON_VERSION}/dist-packages/trytond/modules
@ -78,13 +79,13 @@ TRYTON_PORT=8000
DEVELOP=True
WORKER=True
TRYTONPASSFILE=/etc/trytond_admin_pass.conf
#Password user admin
#Contraseña del usuario admin
TRYTONADMINPASS=admin
#Email user admin
#Correo del usuario admin
EMAIL=admin@admin.com
SLEEP_TRYTOND_ADMIN=15
#SMTP
#This value is True or False
#Este valor es verdadero o falso
SMTP=False
SMTP_TYPE=smtps+ssl
SMTP_USER=