Implement ingesting to Redis from Threshold
This commit is contained in:
@@ -11,8 +11,8 @@ RUN chown pathogen:pathogen /venv
|
||||
USER pathogen
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
WORKDIR /code
|
||||
COPY requirements.prod.txt /code/
|
||||
WORKDIR /code/legacy
|
||||
COPY requirements.prod.txt /code/legacy
|
||||
RUN python -m venv /venv
|
||||
RUN . /venv/bin/activate && pip install -r requirements.prod.txt
|
||||
CMD . /venv/bin/activate && exec python /code/threshold
|
||||
RUN . /venv/bin/activate && pip install -r /code/legacy/requirements.prod.txt
|
||||
CMD . /venv/bin/activate && exec python /code/legacy/threshold
|
||||
@@ -1,2 +0,0 @@
|
||||
unixsocket /var/run/redis/redis.sock
|
||||
unixsocketperm 777
|
||||
@@ -3,7 +3,6 @@ twisted
|
||||
pyOpenSSL
|
||||
redis
|
||||
pyYaML
|
||||
python-logstash
|
||||
service_identity
|
||||
siphashc
|
||||
Klein
|
||||
|
||||
Reference in New Issue
Block a user