Subida a producción
This commit is contained in:
parent
20f09c3b5e
commit
11211332c2
@ -1,7 +1,7 @@
|
|||||||
services:
|
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"
|
||||||
@ -41,5 +41,4 @@ 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
|
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
ENV = development
|
ENV = development
|
||||||
LOCAL_TZ = Europe/Madrid
|
LOCAL_TZ = Europe/Madrid
|
||||||
STATE_PATH = /app/state
|
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