From e54bcad96c2d54893b635e2b7c3ff73a3fef6eb1 Mon Sep 17 00:00:00 2001 From: Joshua Wright Date: Tue, 30 Jul 2024 10:22:55 -0400 Subject: [PATCH] Correct path to http_extensions_list.csv in in (dev) docker-compose.yml (#9) Co-authored-by: Naomi Kramer --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e95662e..988cffe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,13 +4,13 @@ networks: rita-network: {} services: rita: - # image: + # image: build: . depends_on: - clickhouse volumes: - ${CONFIG_FILE:-/etc/rita/config.hjson}:/config.hjson - - ${CONFIG_DIR:-/etc/rita}/http_extensions_list.csv:/http_extensions_list.csv + - ${CONFIG_DIR:-/etc/rita}/http_extensions_list.csv:/deployment/http_extensions_list.csv - .env:/.env # - ${LOGS:?"You must provide a directory for logs to be read from"}:/logs:ro links: @@ -62,4 +62,4 @@ services: nproc: 65535 nofile: soft: 131070 - hard: 131070 \ No newline at end of file + hard: 131070