details:   https://code.tryton.org/communication/demo/commit/c5daa794b587
branch:    default
user:      Cédric Krier <[email protected]>
date:      Tue Jan 20 00:14:04 2026 +0100
description:
        Remove 7.4 series
diffstat:

 7.4.env            |  10 ----------
 docker-compose.yml |  51 ---------------------------------------------------
 2 files changed, 0 insertions(+), 61 deletions(-)

diffs (75 lines):

diff -r af6b799c7b6a -r c5daa794b587 7.4.env
--- a/7.4.env   Mon Dec 15 22:02:05 2025 +0100
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-DB_HOSTNAME=postgres-7.4
-TRYTOND_WEB__HOSTNAME=demo7.4.tryton.org
-TRYTOND_WEB__CORS=https://demo7.4.tryton.org
-TRYTOND_WEB__NUM_PROXIES=1
-TRYTOND_EMAIL__URI=smtp://smtpd:1025
-TRYTOND_PASSWORD__LENGTH=0
-TRYTOND_QUEUE__WORKER=true
-TRYTOND_BUS__ALLOW_SUBSCRIBE=true
-TRYTOND_BUS__URL_HOST=https://demo-bus7.4.tryton.org/
-TRYTOND_SESSION__AUTHENTICATIONS=none,password
diff -r af6b799c7b6a -r c5daa794b587 docker-compose.yml
--- a/docker-compose.yml        Mon Dec 15 22:02:05 2025 +0100
+++ b/docker-compose.yml        Tue Jan 20 00:14:04 2026 +0100
@@ -101,57 +101,6 @@
             condition: service_healthy
         restart: unless-stopped
 
-    postgres-7.4:
-        build:
-          dockerfile: postgres-Dockerfile
-          context: .
-          args:
-            VERSION: "17"
-            SERIES: "7.4"
-            INITDB: "databases/7.4/database.sql"
-        image: tryton/postgres-demo:7.4
-        environment:
-            - POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
-            - POSTGRES_DB=demo7.4
-        restart: unless-stopped
-    tryton-7.4:
-        build:
-            context: .
-            args:
-                SERIES: "7.4"
-        image: tryton/tryton-demo:7.4
-        env_file: 7.4.env
-        environment:
-            - DB_PASSWORD=${POSTGRES_PASSWORD}
-        ports:
-            - "127.7.4.1:8000:8000"
-        depends_on:
-          postgres-7.4:
-            condition: service_healthy
-        restart: unless-stopped
-    tryton-worker-7.4:
-        image: tryton/tryton-demo:7.4
-        env_file: 7.4.env
-        environment:
-            - DB_PASSWORD=${POSTGRES_PASSWORD}
-        command: trytond-worker -d demo7.4 -n 1
-        depends_on:
-          postgres-7.4:
-            condition: service_healthy
-        restart: unless-stopped
-    tryton-bus-7.4:
-        image: tryton/tryton-demo:7.4
-        env_file: 7.4.env
-        environment:
-            - DB_PASSWORD=${POSTGRES_PASSWORD}
-        command: trytond --coroutine
-        ports:
-            - "127.7.4.1:8001:8000"
-        depends_on:
-          postgres-7.4:
-            condition: service_healthy
-        restart: unless-stopped
-
     postgres-7.0:
         build:
           dockerfile: postgres-Dockerfile

Reply via email to