aggregate comments to Dockerfile

This commit is contained in:
Alnus Tmp 2022-01-05 22:16:13 +00:00
parent 3ce21138a0
commit 2c1c5555ae
1 changed files with 8 additions and 0 deletions

View File

@ -1,12 +1,20 @@
#version Trytond server example 5.0
FROM tryton/tryton:
#lebel custom
LABEL org.label-schema.version=""
#version equal Tryond server version
ENV TRYTOND_VERSION=""
#python version that will run the docker example python3.7
ENV PYTHON_VERSION=""
#version equal Tryond server version
ENV GITEA_ORG=""
#domain server gitea
ENV GITEA_DOMAIN=""
#if the module repository is private
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"
ENV Trytonar="False"