Cédric Krier pushed to branch branch/default at Tryton / Demo


Commits:
fe5e94ce by Cédric Krier at 2023-06-09T13:58:23+02:00
Remove series 6.4
- - - - -


2 changed files:

- − 6.4.env
- docker-compose.yml


Changes:

=====================================
6.4.env deleted
=====================================
@@ -1,11 +0,0 @@
-DB_HOSTNAME=postgres-6.4
-TRYTOND_WEB__HOSTNAME=demo6.4.tryton.org
-TRYTOND_WEB__CORS=https://demo6.4.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.4.tryton.org/
-TRYTOND_SESSION__AUTHENTICATIONS=none,password


=====================================
docker-compose.yml
=====================================
@@ -81,46 +81,6 @@
             - postgres-6.6
         restart: unless-stopped
 
-    postgres-6.4:
-        image: postgres:14
-        environment:
-            - POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
-        restart: unless-stopped
-    tryton-6.4:
-        build:
-            context: .
-            args:
-                SERIES: "6.4"
-        image: tryton/tryton-demo:6.4
-        env_file: 6.4.env
-        environment:
-            - DB_PASSWORD=${POSTGRES_PASSWORD}
-        ports:
-            - "127.6.4.1:8000:8000"
-        depends_on:
-            - postgres-6.4
-        restart: unless-stopped
-    tryton-worker-6.4:
-        image: tryton/tryton-demo:6.4
-        env_file: 6.4.env
-        environment:
-            - DB_PASSWORD=${POSTGRES_PASSWORD}
-        command: trytond-worker -d demo6.4 -n 1
-        depends_on:
-            - postgres-6.4
-        restart: unless-stopped
-    tryton-bus-6.4:
-        image: tryton/tryton-demo:6.4
-        env_file: 6.4.env
-        environment:
-            - DB_PASSWORD=${POSTGRES_PASSWORD}
-        command: trytond --coroutine
-        ports:
-            - "127.6.4.1:8001:8000"
-        depends_on:
-            - postgres-6.4
-        restart: unless-stopped
-
     postgres-6.0:
         image: postgres:13
         environment:



View it on Heptapod: 
https://foss.heptapod.net/tryton/demo/-/commit/fe5e94cee61c6d68fde4dba63abb26babda01e5c

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/demo/-/commit/fe5e94cee61c6d68fde4dba63abb26babda01e5c
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to