From ad90a9ef3ee2d0e92fba65bfedd5b5faf2ad39db Mon Sep 17 00:00:00 2001 From: sinergia Date: Fri, 2 Jun 2023 21:34:00 -0500 Subject: [PATCH] trash of Ayala --- docker-compose.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index d293204..b05d3aa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: - postgres:/var/lib/postgresql/data environment: POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} - POSTGRES_DB: ${POSTGRES_DB} + POSTGRES_DB: ${POSTGRES_DB} tryton: build: context: ./ @@ -44,6 +44,7 @@ services: SMTP_PORT: ${SMTP_PORT} SMTP_FROM: ${SMTP_FROM} SMTP_EMAIL: ${SMTP_EMAIL} + image: prueba1/prueba:6.6 ports: - "${TRYTON_PORT:-8000}:8000" - "8010:8010" @@ -55,6 +56,12 @@ services: - db env_file: - .env + tryton1: + image: prueba1/prueba:6.6 + depends_on: + - db + env_file: + - .env volumes: modules: var: