Subida a producción

This commit is contained in:
David Arranz 2025-12-01 09:59:29 +01:00
parent 20f09c3b5e
commit 11211332c2
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
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"
@ -41,5 +41,4 @@ 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

View File

@ -2,6 +2,7 @@
ENV = development
LOCAL_TZ = Europe/Madrid
STATE_PATH = /app/state
SYNC_MODE = all
FACTUGES_HOST = acana.mywire.org
FACTUGES_PORT = 63050