changeset 890cbc1a4d79 in tryton-docker-demo:default
details: 
https://hg.tryton.org/tryton-docker-demo?cmd=changeset&node=890cbc1a4d79
description:
        Remove series 5.6, 5.8 and 6.2
diffstat:

 5.6.env            |   11 ----
 5.8.env            |   11 ----
 6.2.env            |   11 ----
 docker-compose.yml |  120 -----------------------------------------------------
 4 files changed, 0 insertions(+), 153 deletions(-)

diffs (182 lines):

diff -r dc3896d251e7 -r 890cbc1a4d79 5.6.env
--- a/5.6.env   Mon Oct 31 19:19:04 2022 +0100
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-DB_HOSTNAME=postgres-5.6
-TRYTOND_WEB__HOSTNAME=demo5.6.tryton.org
-TRYTOND_WEB__CORS=https://demo5.6.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.6.tryton.org/
-TRYTOND_SESSION__AUTHENTICATIONS=none,password
diff -r dc3896d251e7 -r 890cbc1a4d79 5.8.env
--- a/5.8.env   Mon Oct 31 19:19:04 2022 +0100
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-DB_HOSTNAME=postgres-5.8
-TRYTOND_WEB__HOSTNAME=demo5.8.tryton.org
-TRYTOND_WEB__CORS=https://demo5.8.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.8.tryton.org/
-TRYTOND_SESSION__AUTHENTICATIONS=none,password
diff -r dc3896d251e7 -r 890cbc1a4d79 6.2.env
--- a/6.2.env   Mon Oct 31 19:19:04 2022 +0100
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-DB_HOSTNAME=postgres-6.2
-TRYTOND_WEB__HOSTNAME=demo6.2.tryton.org
-TRYTOND_WEB__CORS=https://demo6.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-bus6.2.tryton.org/
-TRYTOND_SESSION__AUTHENTICATIONS=none,password
diff -r dc3896d251e7 -r 890cbc1a4d79 docker-compose.yml
--- a/docker-compose.yml        Mon Oct 31 19:19:04 2022 +0100
+++ b/docker-compose.yml        Thu Dec 01 00:58:41 2022 +0100
@@ -81,46 +81,6 @@
             - postgres-6.4
         restart: unless-stopped
 
-    postgres-6.2:
-        image: postgres:13
-        environment:
-            - POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
-        restart: unless-stopped
-    tryton-6.2:
-        build:
-            context: .
-            args:
-                SERIES: 6.2
-        image: tryton/tryton-demo:6.2
-        env_file: 6.2.env
-        environment:
-            - DB_PASSWORD=${POSTGRES_PASSWORD}
-        ports:
-            - "127.6.2.1:8000:8000"
-        depends_on:
-            - postgres-6.2
-        restart: unless-stopped
-    tryton-worker-6.2:
-        image: tryton/tryton-demo:6.2
-        env_file: 6.2.env
-        environment:
-            - DB_PASSWORD=${POSTGRES_PASSWORD}
-        command: trytond-worker -d demo6.2 -n 1
-        depends_on:
-            - postgres-6.2
-        restart: unless-stopped
-    tryton-bus-6.2:
-        image: tryton/tryton-demo:6.2
-        env_file: 6.2.env
-        environment:
-            - DB_PASSWORD=${POSTGRES_PASSWORD}
-        command: trytond --coroutine
-        ports:
-            - "127.6.2.1:8001:8000"
-        depends_on:
-            - postgres-6.2
-        restart: unless-stopped
-
     postgres-6.0:
         image: postgres:13
         environment:
@@ -161,86 +121,6 @@
             - postgres-6.0
         restart: unless-stopped
 
-    postgres-5.8:
-        image: postgres:12
-        environment:
-            - POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
-        restart: unless-stopped
-    tryton-5.8:
-        build:
-            context: .
-            args:
-                SERIES: 5.8
-        image: tryton/tryton-demo:5.8
-        env_file: 5.8.env
-        environment:
-            - DB_PASSWORD=${POSTGRES_PASSWORD}
-        ports:
-            - "127.5.8.1:8000:8000"
-        depends_on:
-            - postgres-5.8
-        restart: unless-stopped
-    tryton-worker-5.8:
-        image: tryton/tryton-demo:5.8
-        env_file: 5.8.env
-        environment:
-            - DB_PASSWORD=${POSTGRES_PASSWORD}
-        command: trytond-worker -d demo5.8 -n 1
-        depends_on:
-            - postgres-5.8
-        restart: unless-stopped
-    tryton-bus-5.8:
-        image: tryton/tryton-demo:5.8
-        env_file: 5.8.env
-        environment:
-            - DB_PASSWORD=${POSTGRES_PASSWORD}
-        command: trytond --coroutine
-        ports:
-            - "127.5.8.1:8001:8000"
-        depends_on:
-            - postgres-5.8
-        restart: unless-stopped
-
-    postgres-5.6:
-        image: postgres:12
-        environment:
-            - POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
-        restart: unless-stopped
-    tryton-5.6:
-        build:
-            context: .
-            args:
-                SERIES: 5.6
-        image: tryton/tryton-demo:5.6
-        env_file: 5.6.env
-        environment:
-            - DB_PASSWORD=${POSTGRES_PASSWORD}
-        ports:
-            - "127.5.6.1:8000:8000"
-        depends_on:
-            - postgres-5.6
-        restart: unless-stopped
-    tryton-worker-5.6:
-        image: tryton/tryton-demo:5.6
-        env_file: 5.6.env
-        environment:
-            - DB_PASSWORD=${POSTGRES_PASSWORD}
-        command: trytond-worker -d demo5.6 -n 1
-        depends_on:
-            - postgres-5.6
-        restart: unless-stopped
-    tryton-bus-5.6:
-        image: tryton/tryton-demo:5.6
-        env_file: 5.6.env
-        environment:
-            - DB_PASSWORD=${POSTGRES_PASSWORD}
-        command: trytond --coroutine
-        ports:
-            - "127.5.6.1:8001:8000"
-        depends_on:
-            - postgres-5.6
-        restart: unless-stopped
-
     postgres-5.0:
         image: postgres:10
         environment:

Reply via email to