EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 88b2faf8 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

move some ingestor configs from ops compose file to default one

parent e18c3f92
No related branches found
No related tags found
1 merge request!49Production release 1.1.1
......@@ -126,12 +126,6 @@ services:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_ingestor:release-1.0.0 # bumpversion
environment:
REDIS_PREPROCESS_MD_QUEUE_KEY: "preprocess_queue"
command:
["python3", "/filedaemon.py"]
volumes:
- type: volume
source: from-fepd
target: /mnt/data
deploy:
placement:
constraints: [node.role == manager]
......
......@@ -192,6 +192,12 @@ services:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_ingestor:latest
env_file:
- env/dem_redis.env
command:
["python3", "/filedaemon.py"]
volumes:
- type: volume
source: from-fepd
target: /mnt/data
environment:
INSTANCE_ID: "prism-view-server_ingestor"
deploy:
......
......@@ -126,12 +126,6 @@ services:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_ingestor:release-1.0.0 # bumpversion
environment:
REDIS_PREPROCESS_MD_QUEUE_KEY: "preprocess_queue"
command:
["python3", "/filedaemon.py"]
volumes:
- type: volume
source: from-fepd
target: /mnt/data
deploy:
placement:
constraints: [node.role == manager]
......
......@@ -107,6 +107,12 @@ services:
["/run-seeder.sh"]
ingestor:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_ingestor:latest
command:
["python3", "/filedaemon.py"]
volumes:
- type: volume
source: from-fepd
target: /mnt/data
env_file:
- env/emg_redis.env
environment:
......
......@@ -126,12 +126,6 @@ services:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_ingestor:release-1.0.0 # bumpversion
environment:
REDIS_PREPROCESS_MD_QUEUE_KEY: "preprocess_queue"
command:
["python3", "/filedaemon.py"]
volumes:
- type: volume
source: from-fepd
target: /mnt/data
deploy:
placement:
constraints: [node.role == manager]
......
......@@ -111,6 +111,12 @@ services:
["/run-seeder.sh"]
ingestor:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_ingestor:latest
command:
["python3", "/filedaemon.py"]
volumes:
- type: volume
source: from-fepd
target: /mnt/data
env_file:
- env/vhr18_redis.env
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment