From fd67ebe599b00f0496b6493a313b76104d5fc3ec Mon Sep 17 00:00:00 2001 From: david Date: Mon, 1 Dec 2025 09:59:59 +0100 Subject: [PATCH] =?UTF-8?q?Subida=20a=20producci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/docker-compose.acana.yml | 9 ++++----- scripts/stack.acana.env | 3 ++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/docker-compose.acana.yml b/scripts/docker-compose.acana.yml index fc19d3ac..0cdc4973 100644 --- a/scripts/docker-compose.acana.yml +++ b/scripts/docker-compose.acana.yml @@ -121,13 +121,13 @@ services: factuges_sync: - image: "factuges-sync-factuges:acana-latest" - container_name: "factuges-sync-factuges-acana" + image: "factuges-sync:acana-latest" + container_name: "factuges-sync-acana" restart: "no" environment: ENV: "production" LOCAL_TZ: "Europe/Madrid" - LAST_RUN_PATH: "${LAST_RUN_PATH}" + STATE_PATH: "${STATE_PATH}" FACTUGES_HOST: "${FACTUGES_HOST}" FACTUGES_PORT: "${FACTUGES_PORT}" @@ -162,8 +162,7 @@ services: - internal - edge volumes: - - ./volumes/db_sync/logs:/app/logs - - ./volumes/db_sync/last_run_factuges.ini:/app/last_run_factuges.ini:rw + - ./volumes/db_sync:/app/state networks: edge: diff --git a/scripts/stack.acana.env b/scripts/stack.acana.env index 3bc1c5e0..a8ef97ab 100644 --- a/scripts/stack.acana.env +++ b/scripts/stack.acana.env @@ -20,7 +20,8 @@ FRONTEND_URL=https://acana.factuges.app # SYNC ENV = development LOCAL_TZ = Europe/Madrid -LAST_RUN_PATH = /usr/share/factuges-app/last_run_factuges.ini +STATE_PATH = /app/state +SYNC_MODE = all FACTUGES_HOST = acana.mywire.org FACTUGES_PORT = 63050