@@ -66,23 +66,23 @@ services:
66
66
metis_atlas_deployment_v6_as_path_length :
67
67
image : " internethealthreport/psql_consumers"
68
68
restart : unless-stopped
69
- command : anomalyDetector.py metis_atlas_deployment_v4_as_path_length .conf
69
+ command : anomalyDetector.py metis_atlas_deployment_v6_as_path_length .conf
70
70
env_file :
71
71
- path : .env
72
72
required : true # default
73
73
74
74
metis_atlas_deployment_v6_ip_hops :
75
75
image : " internethealthreport/psql_consumers"
76
76
restart : unless-stopped
77
- command : anomalyDetector.py metis_atlas_deployment_v4_ip_hops .conf
77
+ command : anomalyDetector.py metis_atlas_deployment_v6_ip_hops .conf
78
78
env_file :
79
79
- path : .env
80
80
required : true # default
81
81
82
82
metis_atlas_deployment_v6_rtt :
83
83
image : " internethealthreport/psql_consumers"
84
84
restart : unless-stopped
85
- command : anomalyDetector.py metis_atlas_selection_v4_rtt .conf
85
+ command : anomalyDetector.py metis_atlas_selection_v6_rtt .conf
86
86
env_file :
87
87
- path : .env
88
88
required : true # default
@@ -114,23 +114,23 @@ services:
114
114
metis_atlas_selection_v6_as_path_length :
115
115
image : " internethealthreport/psql_consumers"
116
116
restart : unless-stopped
117
- command : anomalyDetector.py metis_atlas_selection_v4_as_path_length .conf
117
+ command : anomalyDetector.py metis_atlas_selection_v6_as_path_length .conf
118
118
env_file :
119
119
- path : .env
120
120
required : true # default
121
121
122
122
metis_atlas_selection_v6_ip_hops :
123
123
image : " internethealthreport/psql_consumers"
124
124
restart : unless-stopped
125
- command : anomalyDetector.py metis_atlas_selection_v4_ip_hops .conf
125
+ command : anomalyDetector.py metis_atlas_selection_v6_ip_hops .conf
126
126
env_file :
127
127
- path : .env
128
128
required : true # default
129
129
130
130
metis_atlas_selection_v6_rtt :
131
131
image : " internethealthreport/psql_consumers"
132
132
restart : unless-stopped
133
- command : anomalyDetector.py metis_atlas_selection_v4_rtt .conf
133
+ command : anomalyDetector.py metis_atlas_selection_v6_rtt .conf
134
134
env_file :
135
135
- path : .env
136
136
required : true # default
0 commit comments