diff --git a/.env_nantic b/.env_nantic deleted file mode 100644 index c272e5d..0000000 --- a/.env_nantic +++ /dev/null @@ -1,28 +0,0 @@ -#version Trytond server example 6.0 -TRYTOND_VERSION="6.4" -#python version that will run the docker example 3.7 or 3.9 is mandatory in case you use tryton6.2 -PYTHON_VERSION="3.9" -URL_MULTI_MIGRATE="https://git.disroot.org/OneTeam/oc-multi_migrate_to_gitea.git" -#domain server gitea -GITEA_DOMAIN="git.disroot.org" -#if the module repository is private -GITEA_USER="" -GITEA_PASSWORD="" -GITEA_ACCESS_TOKEN="123" -#By default all organizations are set to false, activate only one. -#GnuHealth, Etrivial, tryton-ar, OneTeam, Onteam_pos, Presik, Datalife, NaNtic, Kalenis -Provider="NaNtic" -DIR_MODULES="/usr/local/lib/python${PYTHON_VERSION}/dist-packages/trytond/modules" -DB_PASSWORD="SUp3r-pass*DB" -POSTGRES_DB="tryton" -DB_HOSTNAME="db" -POSTGRES_PASSWORD="SUp3r-pass*DB" -TRYTON_PORT="8000" -DEVELOP="True" -WORKER="True" -TRYTONPASSFILE="/etc/trytond_admin_pass.conf" -#Password user admin -TRYTONADMINPASS="admin" -#Email user admin -EMAIL="admin@admin.com" -SLEEP_TRYTOND_ADMIN=15 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 9860853..b16ab0c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,7 +30,7 @@ services: volumes: - modules:${DIR_MODULES} - var:/var - - attachment:/opt/attachment + - attachment:/mnt/attachment depends_on: - db env_file: