From 9001d759fdaf4a872e4e3a7e3d132046ea4b6dc7 Mon Sep 17 00:00:00 2001 From: aserrador Date: Mon, 6 Apr 2026 22:32:26 -0500 Subject: [PATCH] feat(env): update enviroment variables --- compose.live.yaml | 1 + erp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.live.yaml b/compose.live.yaml index e392a51..b005d07 100644 --- a/compose.live.yaml +++ b/compose.live.yaml @@ -36,6 +36,7 @@ services: dockerfile: Dockerfile_Live args: TRYTOND_VERSION: ${TRYTOND_VERSION:-7.6} + TRYTON_ADMIN_PASSWORD: ${TRYTON_ADMIN_PASSWORD:-admin} volumes: - ./erp:/app - ./.dev/pudb.cfg:/root/.config/pudb/pudb.cfg diff --git a/erp b/erp index 20b1f77..e788de8 160000 --- a/erp +++ b/erp @@ -1 +1 @@ -Subproject commit 20b1f77e9e62c3208b241751eac3128dc77934a8 +Subproject commit e788de8acbb1143c8cbf4d1547ded30b215902c1