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:
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:

View File

@ -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