diff --git a/Dockerfile b/Dockerfile index 0a237ce..b7b5961 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"