Actualizar 'Dockerfile'

This commit is contained in:
raskolnikov 2022-01-22 21:01:26 -05:00
parent b17aac4428
commit 52abde27c4
1 changed files with 7 additions and 7 deletions

View File

@ -1,19 +1,19 @@
#version Trytond server example 5.0
FROM tryton/tryton:6.0
#lebel custom
LABEL org.label-schema.version="6.0-my-nantic"
LABEL org.label-schema.version=""
#version equal Tryond server version
ENV TRYTOND_VERSION="6.0"
#python version that will run the docker example python3.7
ENV PYTHON_VERSION="3.7"
ENV PYTHON_VERSION="python3.7"
#version equal Tryond server version
ENV GITEA_ORG="OneCluster"
ENV GITEA_ORG=""
#domain server gitea
ENV GITEA_DOMAIN="gitea.onecluster.org"
ENV GITEA_DOMAIN="gitea.disroot.org"
#if the module repository is private
ENV GITEA_USER="raskolnikov"
ENV GITEA_PASSWORD="ESHORADESEGUIR"
ENV GITEA_ACCESS_TOKEN="f506c23a4ddbb1e1283a1ad98c990d516fb062a5"
ENV GITEA_USER=""
ENV GITEA_PASSWORD=""
ENV GITEA_ACCESS_TOKEN=""
#By default all organizations are set to false, activate only one as true.
ENV GnuHealth="False"
ENV Etrivial="False"