mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 01:02:52 +01:00
FIX: Docker paths
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
@@ -22,12 +22,10 @@ services:
|
|||||||
intelmq:
|
intelmq:
|
||||||
image: certat/intelmq-full:latest
|
image: certat/intelmq-full:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./example_config/intelmq/etc/:/etc/intelmq/etc/
|
- ./example_config/intelmq/etc/:/opt/intelmq/etc/
|
||||||
- ./example_config/intelmq-api/config.json:/etc/intelmq/api-config.json
|
- ./example_config/intelmq-api/config.json:/etc/intelmq/api-config.json
|
||||||
- ./intelmq_logs:/etc/intelmq/var/log
|
- ./intelmq_logs:/opt/intelmq/var/log
|
||||||
- ./intelmq_output:/etc/intelmq/var/lib/bots
|
- ./intelmq_output:/opt/intelmq/var/lib/bots
|
||||||
- ./example_config/intelmq/var/lib/bot:/etc/intelmq/var/lib/bot
|
|
||||||
- ./intelmq_persistence:/opt/intelmq_persistence
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -1,38 +0,0 @@
|
|||||||
{
|
|
||||||
"results": [
|
|
||||||
],
|
|
||||||
"upgrades": {
|
|
||||||
"v100_dev7_modify_syntax": true,
|
|
||||||
"v110_deprecations": true,
|
|
||||||
"v110_shadowserver_feednames": true,
|
|
||||||
"v111_defaults_process_manager": true,
|
|
||||||
"v112_feodo_tracker_domains": true,
|
|
||||||
"v112_feodo_tracker_ips": true,
|
|
||||||
"v200_defaults_broker": true,
|
|
||||||
"v200_defaults_ssl_ca_certificate": true,
|
|
||||||
"v200_defaults_statistics": true,
|
|
||||||
"v202_fixes": true,
|
|
||||||
"v210_deprecations": true,
|
|
||||||
"v213_deprecations": true,
|
|
||||||
"v213_feed_changes": true,
|
|
||||||
"v220_azure_collector": true,
|
|
||||||
"v220_configuration": true,
|
|
||||||
"v220_feed_changes": true,
|
|
||||||
"v221_feed_changes": true,
|
|
||||||
"v222_feed_changes": true,
|
|
||||||
"v230_csv_parser_parameter_fix": true,
|
|
||||||
"v230_deprecations": true,
|
|
||||||
"v230_feed_changes": true,
|
|
||||||
"v233_feodotracker_browse": true,
|
|
||||||
"v300_bots_file_removal": true,
|
|
||||||
"v300_defaults_file_removal": true,
|
|
||||||
"v300_pipeline_file_removal": true
|
|
||||||
},
|
|
||||||
"version_history": [
|
|
||||||
[
|
|
||||||
3,
|
|
||||||
0,
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user