Subida a producción
This commit is contained in:
parent
f816fe4161
commit
fd67ebe599
@ -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:
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user