forked from linux/WebHosting
ne fetching in test either
Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
+17
-17
@@ -485,23 +485,23 @@ services:
|
|||||||
WEBAPP_SECURITY_AUTH_BASIC_PASSWORD: "$$2y$$10$$LA.TjBKRIDM/c6AJ86BZ/elpa9InzVbzqzLsyfc1Wt7h3S3N8MUPm"
|
WEBAPP_SECURITY_AUTH_BASIC_PASSWORD: "$$2y$$10$$LA.TjBKRIDM/c6AJ86BZ/elpa9InzVbzqzLsyfc1Wt7h3S3N8MUPm"
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
banf-fetcher-test:
|
# banf-fetcher-test:
|
||||||
container_name: banf-fetcher-test
|
# container_name: banf-fetcher-test
|
||||||
image: python:3.12
|
# image: python:3.12
|
||||||
restart: always
|
# restart: always
|
||||||
volumes:
|
# volumes:
|
||||||
- /opt/webcontent/tiadocrouter-test/banf-data:/data
|
# - /opt/webcontent/tiadocrouter-test/banf-data:/data
|
||||||
- /opt/webcontent/tiadocrouter-test/input:/data/banf-dr
|
# - /opt/webcontent/tiadocrouter-test/input:/data/banf-dr
|
||||||
environment:
|
# environment:
|
||||||
- SCP_HOST=filetransfer.test.openordering.de
|
# - SCP_HOST=filetransfer.test.openordering.de
|
||||||
- SCP_PORT=22
|
# - SCP_PORT=22
|
||||||
- SCP_USER=PSITest
|
# - SCP_USER=PSITest
|
||||||
- SCP_PASSWORD=${BANF_FETCHER_TEST_PASSWORD}
|
# - SCP_PASSWORD=${BANF_FETCHER_TEST_PASSWORD}
|
||||||
- SCP_REMOTE_DIR=Anlagen
|
# - SCP_REMOTE_DIR=Anlagen
|
||||||
- SCP_HOSTKEY_FINGERPRINT="ssh-rsa 1024 fingerprint"
|
# - SCP_HOSTKEY_FINGERPRINT="ssh-rsa 1024 fingerprint"
|
||||||
command: >
|
# command: >
|
||||||
sh -c "pip install paramiko scp lxml &&
|
# sh -c "pip install paramiko scp lxml &&
|
||||||
while true; do python /data/script/banf_ftpload_convert.py; sleep 120; done"
|
# while true; do python /data/script/banf_ftpload_convert.py; sleep 120; done"
|
||||||
|
|
||||||
# Lange Clemens <clemens.lange@psi.ch>
|
# Lange Clemens <clemens.lange@psi.ch>
|
||||||
# summer-project-selection.psi.ch
|
# summer-project-selection.psi.ch
|
||||||
|
|||||||
Reference in New Issue
Block a user