trash of Ayala

This commit is contained in:
sinergia 2023-06-02 21:34:00 -05:00
parent 032b786ca2
commit ad90a9ef3e
1 changed files with 8 additions and 1 deletions

View File

@ -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: