Subida a producción

This commit is contained in:
David Arranz 2025-12-01 09:59:59 +01:00
parent f816fe4161
commit fd67ebe599
2 changed files with 6 additions and 6 deletions

View File

@ -121,13 +121,13 @@ services:
factuges_sync: factuges_sync:
image: "factuges-sync-factuges:acana-latest" image: "factuges-sync:acana-latest"
container_name: "factuges-sync-factuges-acana" container_name: "factuges-sync-acana"
restart: "no" restart: "no"
environment: environment:
ENV: "production" ENV: "production"
LOCAL_TZ: "Europe/Madrid" LOCAL_TZ: "Europe/Madrid"
LAST_RUN_PATH: "${LAST_RUN_PATH}" STATE_PATH: "${STATE_PATH}"
FACTUGES_HOST: "${FACTUGES_HOST}" FACTUGES_HOST: "${FACTUGES_HOST}"
FACTUGES_PORT: "${FACTUGES_PORT}" FACTUGES_PORT: "${FACTUGES_PORT}"
@ -162,8 +162,7 @@ services:
- internal - internal
- edge - edge
volumes: volumes:
- ./volumes/db_sync/logs:/app/logs - ./volumes/db_sync:/app/state
- ./volumes/db_sync/last_run_factuges.ini:/app/last_run_factuges.ini:rw
networks: networks:
edge: edge:

View File

@ -20,7 +20,8 @@ FRONTEND_URL=https://acana.factuges.app
# SYNC # SYNC
ENV = development ENV = development
LOCAL_TZ = Europe/Madrid 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_HOST = acana.mywire.org
FACTUGES_PORT = 63050 FACTUGES_PORT = 63050