details: https://code.tryton.org/communication/demo/commit/3b7e160c5c1c branch: default user: Cédric Krier <[email protected]> date: Sun May 31 11:31:55 2026 +0200 description: Remove 6.0 and 7.6 series diffstat:
6.0.env | 11 ----- 7.6.env | 10 ----- docker-compose.yml | 106 ----------------------------------------------------- 3 files changed, 0 insertions(+), 127 deletions(-) diffs (152 lines): diff -r 4562eaa7280e -r 3b7e160c5c1c 6.0.env --- a/6.0.env Tue Apr 21 15:25:27 2026 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -DB_HOSTNAME=postgres-6.0 -TRYTOND_WEB__HOSTNAME=demo6.0.tryton.org -TRYTOND_WEB__CORS=https://demo6.0.tryton.org -TRYTOND_WEB__NUM_PROXIES=1 -TRYTOND_EMAIL__URI=smtp://smtpd:1025 -TRYTOND_PASSWORD__LENGTH=0 -TRYTOND_PASSWORD__ENTROPY=0 -TRYTOND_QUEUE__WORKER=true -TRYTOND_BUS__ALLOW_SUBSCRIBE=true -TRYTOND_BUS__URL_HOST=https://demo-bus6.0.tryton.org/ -TRYTOND_SESSION__AUTHENTICATIONS=none,password diff -r 4562eaa7280e -r 3b7e160c5c1c 7.6.env --- a/7.6.env Tue Apr 21 15:25:27 2026 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -DB_HOSTNAME=postgres-7.6 -TRYTOND_WEB__HOSTNAME=demo7.6.tryton.org -TRYTOND_WEB__CORS=https://demo7.6.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.6.tryton.org/ -TRYTOND_SESSION__AUTHENTICATIONS=none,password diff -r 4562eaa7280e -r 3b7e160c5c1c docker-compose.yml --- a/docker-compose.yml Tue Apr 21 15:25:27 2026 +0200 +++ b/docker-compose.yml Sun May 31 11:31:55 2026 +0200 @@ -101,57 +101,6 @@ condition: service_healthy restart: unless-stopped - postgres-7.6: - build: - dockerfile: postgres-Dockerfile - context: . - args: - VERSION: "17" - SERIES: "7.6" - INITDB: "databases/7.6/database.sql" - image: tryton/postgres-demo:7.6 - environment: - - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} - - POSTGRES_DB=demo7.6 - restart: unless-stopped - tryton-7.6: - build: - context: . - args: - SERIES: "7.6" - image: tryton/tryton-demo:7.6 - env_file: 7.6.env - environment: - - DB_PASSWORD=${POSTGRES_PASSWORD} - ports: - - "127.7.6.1:8000:8000" - depends_on: - postgres-7.6: - condition: service_healthy - restart: unless-stopped - tryton-worker-7.6: - image: tryton/tryton-demo:7.6 - env_file: 7.6.env - environment: - - DB_PASSWORD=${POSTGRES_PASSWORD} - command: trytond-worker -d demo7.6 -n 1 - depends_on: - postgres-7.6: - condition: service_healthy - restart: unless-stopped - tryton-bus-7.6: - image: tryton/tryton-demo:7.6 - env_file: 7.6.env - environment: - - DB_PASSWORD=${POSTGRES_PASSWORD} - command: trytond --coroutine - ports: - - "127.7.6.1:8001:8000" - depends_on: - postgres-7.6: - condition: service_healthy - restart: unless-stopped - postgres-7.0: build: dockerfile: postgres-Dockerfile @@ -204,61 +153,6 @@ service_healthy restart: unless-stopped - postgres-6.0: - build: - dockerfile: postgres-Dockerfile - context: . - args: - VERSION: "13" - SERIES: "6.0" - INITDB: "databases/6.0/database.sql" - image: tryton/postgres-demo:6.0 - environment: - - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} - - POSTGRES_DB=demo6.0 - restart: unless-stopped - tryton-6.0: - build: - context: . - dockerfile: Dockerfile - args: - SERIES: "6.0" - image: tryton/tryton-demo:6.0 - env_file: 6.0.env - environment: - - DB_PASSWORD=${POSTGRES_PASSWORD} - ports: - - "127.6.0.1:8000:8000" - depends_on: - postgres-6.0: - condition: - service_healthy - restart: unless-stopped - tryton-worker-6.0: - image: tryton/tryton-demo:6.0 - env_file: 6.0.env - environment: - - DB_PASSWORD=${POSTGRES_PASSWORD} - command: trytond-worker -d demo6.0 -n 1 - depends_on: - postgres-6.0: - condition: - service_healthy - restart: unless-stopped - tryton-bus-6.0: - image: tryton/tryton-demo:6.0 - env_file: 6.0.env - environment: - - DB_PASSWORD=${POSTGRES_PASSWORD} - command: trytond --coroutine - ports: - - "127.6.0.1:8001:8000" - depends_on: - postgres-6.0: - condition: - service_healthy - restart: unless-stopped - smtpd: image: dockage/mailcatcher ports:
