Skip to content

Commit

Permalink
Correct path to http_extensions_list.csv in in (dev) docker-compose.y…
Browse files Browse the repository at this point in the history
…ml (#9)

Co-authored-by: Naomi Kramer <[email protected]>
  • Loading branch information
joswr1ght and caffeinatedpixel authored Jul 30, 2024
1 parent 10c186e commit e54bcad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -62,4 +62,4 @@ services:
nproc: 65535
nofile:
soft: 131070
hard: 131070
hard: 131070

0 comments on commit e54bcad

Please sign in to comment.