trash of Ayala

This commit is contained in:
sinergia 2023-06-02 21:34:00 -05:00
parent 032b786ca2
commit ad90a9ef3e

View file

@ -44,6 +44,7 @@ services:
SMTP_PORT: ${SMTP_PORT} SMTP_PORT: ${SMTP_PORT}
SMTP_FROM: ${SMTP_FROM} SMTP_FROM: ${SMTP_FROM}
SMTP_EMAIL: ${SMTP_EMAIL} SMTP_EMAIL: ${SMTP_EMAIL}
image: prueba1/prueba:6.6
ports: ports:
- "${TRYTON_PORT:-8000}:8000" - "${TRYTON_PORT:-8000}:8000"
- "8010:8010" - "8010:8010"
@ -55,6 +56,12 @@ services:
- db - db
env_file: env_file:
- .env - .env
tryton1:
image: prueba1/prueba:6.6
depends_on:
- db
env_file:
- .env
volumes: volumes:
modules: modules:
var: var: