Actualizados para los cambios de 3.0.2 que trajeron muchos problemas

This commit is contained in:
Einar Lanfranco
2022-05-10 18:06:11 -03:00
committed by Sebastian Waldbauer
parent 9d9bef0248
commit 08859e2108
4 changed files with 18 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ services:
- ./example_config/intelmq-api/config.json:/etc/intelmq/api-config.json
- ./intelmq_logs:/opt/intelmq/var/log
- ./intelmq_output:/opt/intelmq/var/lib/bots
- ./my_fork_of_intelmq/:${MY_FORK}/${MY_BOTS_FOLDER}
- ./mybots:/my_fork_of_intelmq
depends_on:
- redis
environment:
@@ -36,8 +36,8 @@ services:
INTELMQ_SOURCE_PIPELINE_HOST: redis
INTELMQ_DESTINATION_PIPELINE_HOST: redis
INTELMQ_REDIS_CACHE_HOST: redis
MY_FORK: "my_fork_of_intelmq"
MY_BOTS_FOLDER: "intelmq/bots"
MY_FORK: "/my_fork_of_intelmq"
MY_BOTS_FOLDER: "bots"
networks:
- intelmq-internal
networks: