model fix, backup testbackup test
This commit is contained in:
parent
8afb45271f
commit
44df91da9d
4 changed files with 3772 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -13,6 +13,7 @@ target/
|
||||||
.metadata/
|
.metadata/
|
||||||
.project
|
.project
|
||||||
.classpath
|
.classpath
|
||||||
|
.env
|
||||||
|
|
||||||
# ignore docker deployments
|
# ignore docker deployments
|
||||||
docker/deployments/
|
docker/deployments/
|
||||||
|
|
|
||||||
5
backup-test/README.md
Normal file
5
backup-test/README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# AGL - Local Backup Service
|
||||||
|
|
||||||
|
Run service with
|
||||||
|
|
||||||
|
$ docker compose up
|
||||||
22
backup-test/docker-compose.yaml
Normal file
22
backup-test/docker-compose.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
version: "3.6"
|
||||||
|
services:
|
||||||
|
###############################################
|
||||||
|
# Backup Service
|
||||||
|
###############################################
|
||||||
|
backup:
|
||||||
|
image: imixs/imixs-archive-backup:latest
|
||||||
|
environment:
|
||||||
|
TZ: "Europe/Berlin"
|
||||||
|
WORKFLOW_SERVICE_ENDPOINT: "https://alexander-logistics-ams.office-workflow.de/api/"
|
||||||
|
WORKFLOW_SERVICE_USER: "kutzner-backup-service"
|
||||||
|
WORKFLOW_SERVICE_PASSWORD: "16e-7ede-4c1c-bdeb-e16ce"
|
||||||
|
WORKFLOW_SERVICE_AUTHMETHOD: "form"
|
||||||
|
BACKUP_FTP_HOST: "u248962.your-storagebox.de"
|
||||||
|
BACKUP_FTP_PATH: "/test/agl/ams-test"
|
||||||
|
BACKUP_FTP_PORT: "21"
|
||||||
|
BACKUP_FTP_USER: "u248962"
|
||||||
|
BACKUP_FTP_PASSWORD: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||||
|
BACKUP_MIRROR_ID: "backup-mirror-local"
|
||||||
|
WORKFLOW_REST_JPQL_DOUBLEDECODE_WORKAROUND: "true"
|
||||||
|
ports:
|
||||||
|
- "8084:8080"
|
||||||
3744
workflow/pl/rechnungsausgang-pl-1.1.5.bpmn
Normal file
3744
workflow/pl/rechnungsausgang-pl-1.1.5.bpmn
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue