From d7a3fd95b5eeb9de96fb398bd943f6f17bc5fefa Mon Sep 17 00:00:00 2001 From: rodia Date: Mon, 15 Sep 2025 16:58:25 -0300 Subject: [PATCH] fix: environment variable --- .dev/official_modules.txt | 1 + compose.live.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.dev/official_modules.txt b/.dev/official_modules.txt index ab59a11..f97f1bc 100644 --- a/.dev/official_modules.txt +++ b/.dev/official_modules.txt @@ -1,3 +1,4 @@ country company +account_stock_continental sale_point diff --git a/compose.live.yml b/compose.live.yml index 5094430..01cdda1 100644 --- a/compose.live.yml +++ b/compose.live.yml @@ -23,7 +23,7 @@ services: - attachments:/attachments - ./.dev/pudb.cfg:/root/.config/pudb/pudb.cfg ports: - - "${TRYTON_PORT_LIVE:-18020}:8000" + - "${TRYTOND_PORT_LIVE:-18020}:8000" - "${PUDB_PORT_LIVE:-8020}:8020" working_dir: /app env_file: