Skip to content

Commit

Permalink
correct ipv6 configuration files for metis
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-fontugne committed Jul 4, 2024
1 parent 9ffad22 commit a3c67d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions psql/consumers/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,23 +66,23 @@ services:
metis_atlas_deployment_v6_as_path_length:
image: "internethealthreport/psql_consumers"
restart: unless-stopped
command: anomalyDetector.py metis_atlas_deployment_v4_as_path_length.conf
command: anomalyDetector.py metis_atlas_deployment_v6_as_path_length.conf
env_file:
- path: .env
required: true # default

metis_atlas_deployment_v6_ip_hops:
image: "internethealthreport/psql_consumers"
restart: unless-stopped
command: anomalyDetector.py metis_atlas_deployment_v4_ip_hops.conf
command: anomalyDetector.py metis_atlas_deployment_v6_ip_hops.conf
env_file:
- path: .env
required: true # default

metis_atlas_deployment_v6_rtt:
image: "internethealthreport/psql_consumers"
restart: unless-stopped
command: anomalyDetector.py metis_atlas_selection_v4_rtt.conf
command: anomalyDetector.py metis_atlas_selection_v6_rtt.conf
env_file:
- path: .env
required: true # default
Expand Down Expand Up @@ -114,23 +114,23 @@ services:
metis_atlas_selection_v6_as_path_length:
image: "internethealthreport/psql_consumers"
restart: unless-stopped
command: anomalyDetector.py metis_atlas_selection_v4_as_path_length.conf
command: anomalyDetector.py metis_atlas_selection_v6_as_path_length.conf
env_file:
- path: .env
required: true # default

metis_atlas_selection_v6_ip_hops:
image: "internethealthreport/psql_consumers"
restart: unless-stopped
command: anomalyDetector.py metis_atlas_selection_v4_ip_hops.conf
command: anomalyDetector.py metis_atlas_selection_v6_ip_hops.conf
env_file:
- path: .env
required: true # default

metis_atlas_selection_v6_rtt:
image: "internethealthreport/psql_consumers"
restart: unless-stopped
command: anomalyDetector.py metis_atlas_selection_v4_rtt.conf
command: anomalyDetector.py metis_atlas_selection_v6_rtt.conf
env_file:
- path: .env
required: true # default
Expand Down

0 comments on commit a3c67d3

Please sign in to comment.