diff --git a/README.md b/README.md index b2eb584..3c6c499 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,38 @@ Docker tryton-non_official It is a tool for deploying unofficial Tryton modules > Gnuhealth and Etrivial most be work whit tryton5.0 +| Nombre | DescripciĆ³n | +| -------------- | ------------------ | +| Trytond | Servidor de Tryton | +| Trytond-Worker | EjecuciĆ³n de colas | +| Trytond-Cron | Tareas programadas | +| Nginx | uso con Uwsgi | + +# Unofficial Providers + +| Name | Estiamted Modules | Versions | Web Site | Repositories +| --------- | -------------- | ------------------ | -------------------------- | --------------- +| Gnuhealth | | 5.0, 6.0 | https://www.gnuhealth.org/ | +| Kalenis | 33 | 6.0 | https://kalenislims.com/ | https://gitea.onecluster.org/Kalenis +| NaNtic | 1150 | 6.0, 6.4, 6.8 | https://www.nan-tic.com/es | https://github.com/NaN-tic +| Datalife | 200 | 6.0 | https://datalifeit.es/ | https://gitlab.com/datalifeit/trytond-stock_unit_load +| Presik | 180 | 6.0 | https://presik.com/ | https://bitbucket.org/presik/ +| Trytonar | 31 | 6.0 | https://www.tryton.org.ar/ | https://github.com/tryton-ar/ +| OneTeam | 26 | 6.0, 6.2, 6.4, 6.6 | | https://git.disroot.org/OneTeam + + +# Docker versions of Tryton and Python + +| Tryton | Python | +| ------ | ------ | +| 5.0 | 3.7 | +| 6.0 | 3.7 | +| 6.2 | 3.7 | +| 6.4 | 3.7 | +| 6.6 | 3.9 | +| 6.8 | 3.9 | + + # Dependencies: Have **docker** 20 or higher installed and **git** @@ -107,4 +139,4 @@ docker-compose -p exec --user root tryton /entrypoint.sh trytond- Enter postgres docker service psql. ``` docker-compose -p exec --user postgres db psql -``` +``` \ No newline at end of file