changeset 70f737be9814 in tryton-docker-demo:default details: https://hg.tryton.org/tryton-docker-demo?cmd=changeset;node=70f737be9814 description: Remove 5.2 series diffstat:
5.2.env | 11 ----------- docker-compose.yml | 40 ---------------------------------------- 2 files changed, 0 insertions(+), 51 deletions(-) diffs (65 lines): diff -r 68618d49a92e -r 70f737be9814 5.2.env --- a/5.2.env Fri May 22 09:27:26 2020 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -DB_HOSTNAME=postgres-5.2 -TRYTOND_WEB__HOSTNAME=demo5.2.tryton.org -TRYTOND_WEB__CORS=https://demo5.2.tryton.org -TRYTOND_WEB__NUM_PROXIES=1 -TRYTOND_EMAIL__URI=smtp://smtpd:25 -TRYTOND_PASSWORD__LENGTH=0 -TRYTOND_PASSWORD__ENTROPY=0 -TRYTOND_QUEUE__WORKER=true -TRYTOND_BUS__ALLOW_SUBSCRIBE=true -TRYTOND_BUS__URL_HOST=https://demo-bus5.2.tryton.org/ -TRYTOND_SESSION__AUTHENTICATIONS=none,password diff -r 68618d49a92e -r 70f737be9814 docker-compose.yml --- a/docker-compose.yml Fri May 22 09:27:26 2020 +0200 +++ b/docker-compose.yml Sun Jul 26 08:37:15 2020 +0200 @@ -81,46 +81,6 @@ - postgres-5.4 restart: unless-stopped - postgres-5.2: - image: postgres:11 - environment: - - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} - restart: unless-stopped - tryton-5.2: - build: - context: . - args: - SERIES: 5.2 - image: tryton/tryton-demo:5.2 - env_file: 5.2.env - environment: - - DB_PASSWORD=${POSTGRES_PASSWORD} - ports: - - "127.5.2.1:8000:8000" - depends_on: - - postgres-5.2 - restart: unless-stopped - tryton-worker-5.2: - image: tryton/tryton-demo:5.2 - env_file: 5.2.env - environment: - - DB_PASSWORD=${POSTGRES_PASSWORD} - command: trytond-worker -d demo5.2 -n 1 - depends_on: - - postgres-5.2 - restart: unless-stopped - tryton-bus-5.2: - image: tryton/tryton-demo:5.2 - env_file: 5.2.env - environment: - - DB_PASSWORD=${POSTGRES_PASSWORD} - command: trytond --coroutine - ports: - - "127.5.2.1:8001:8000" - depends_on: - - postgres-5.2 - restart: unless-stopped - postgres-5.0: image: postgres:10 environment:
