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