@@ -53,13 +53,31 @@ services:
5353 command : [ "./run_fastpath", "--debug", "--clickhouse-url",
5454 " clickhouse://testuser:testuser@clickhouse:9000/ooni" ,
5555 " --keep-s3-cache" , "--write-to-disk", "--stdout", "--ccs", "IT,IR",
56- " --start-day" , "2026-01-01", "--end-day", "2026-01-03" ]
56+ " --start-day" , "2026-01-01", "--end-day", "2026-01-03", "--noapi" ]
5757 depends_on :
5858 clickhouse :
5959 condition : service_healthy
6060 postgres :
6161 condition : service_started
6262
63+ fastpath2 :
64+ image : docker.io/ooni/fastpath:latest
65+ volumes :
66+ - ./fastpath2/data:/data:Z
67+ - ./fastpath2/etc:/etc/ooni:Z
68+ - ./fastpath2/lib:/var/lib/fastpath:Z
69+
70+ command : [ "./run_fastpath", "--debug", "--clickhouse-url",
71+ " clickhouse://testuser:testuser@clickhouse:9000/ooni" ,
72+ " --keep-s3-cache" , "--write-to-disk", "--stdout" ]
73+ depends_on :
74+ clickhouse :
75+ condition : service_healthy
76+ postgres :
77+ condition : service_started
78+ ports :
79+ - " 8472:8472"
80+
6381 valkey :
6482 image : docker.io/valkey/valkey:latest
6583 ports :
0 commit comments