[indico-web] worker: Drop indico.conf and logging.yaml
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [indico-web] worker: Drop indico.conf and logging.yaml
- Date: Mon, 2 Dec 2019 17:41:39 +0000 (UTC)
commit ee4d11b542182b04219bcec4f70a8f630304825c
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Mon Dec 2 18:40:06 2019 +0100
worker: Drop indico.conf and logging.yaml
worker/Dockerfile | 1 -
worker/indico.conf | 56 -----------------------------------------------------
worker/logging.yaml | 16 ---------------
3 files changed, 73 deletions(-)
---
diff --git a/worker/Dockerfile b/worker/Dockerfile
index 7bb0597..9107f82 100644
--- a/worker/Dockerfile
+++ b/worker/Dockerfile
@@ -26,7 +26,6 @@ ENV INDICO_VIRTUALENV="/opt/indico/venv"
RUN ["/bin/bash", "-c", "mkdir -p --mode=775 /opt/indico/{etc,tmp,log,cache,data}"]
RUN ${INDICO_VIRTUALENV}/bin/indico setup create-symlinks /opt/indico && \
${INDICO_VIRTUALENV}/bin/indico setup create-logging-config /opt/indico/etc
-COPY indico.conf logging.yaml /opt/indico/etc/
COPY uwsgi.ini /etc/uwsgi.ini
COPY run_indico.sh run_celery.sh set_user.sh /opt/indico/
RUN chmod g=u /etc/passwd && chmod 755 /opt/indico/*.sh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]