File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ log_level = {{ default .Env.LOG_LEVEL "info" }}
2222max_cron_threads = {{ default .Env.MAX_CRON_THREADS "2" }}
2323workers = {{ default .Env.WORKERS "4" }}
2424logfile = {{ default .Env.LOGFILE "None" }}
25- log_db = {{ default .Env.LOG_DB "False " }}
25+ log_db = {{ default .Env.LOG_DB "None " }}
2626logrotate = True
2727syslog = {{ default .Env.SYSLOG "False" }}
2828running_env = {{ default .Env.RUNNING_ENV "dev" }}
Original file line number Diff line number Diff line change 11FROM ghcr.io/camptocamp/docker-odoo-project:16.0-master-latest
2- MAINTAINER Camptocamp
2+ LABEL maintainer="Camptocamp"
3+
34
45# For installing odoo you have two possibility
56# 1. either adding the whole root directory
@@ -32,6 +33,7 @@ COPY ./requirements.txt /odoo/
3233USER odoo
3334WORKDIR /odoo
3435# run in a virtualenv
36+ RUN /odoo/.venv/bin/pip install -U pip setuptools
3537RUN /odoo/.venv/bin/pip install -r requirements.txt
3638# RUN /odoo/.venv/bin/pip install -r /odoo/src/odoo/requirements.txt
3739RUN /odoo/.venv/bin/pip install -e /odoo/src/odoo
Original file line number Diff line number Diff line change 11# Composition for development
22
3- version : ' 2'
4-
53services :
64 odoo :
75 tty : true
Original file line number Diff line number Diff line change 1- 11 .0.0
1+ 16 .0.0
You can’t perform that action at this time.
0 commit comments