Skip to content

Commit

Permalink
Merge pull request #42 from prolicht-dev/taiga-patch-1
Browse files Browse the repository at this point in the history
Fix celery.py configuration
  • Loading branch information
blackandred committed Aug 15, 2020
2 parents 154cceb + f027eb1 commit c379a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ COPY container-files/etc/supervisor.conf /etc/supervisord.conf
# configure
RUN cp /opt/taiga-conf/taiga/local.py /usr/src/taiga-back/settings/local.py \
&& cp /opt/taiga-conf/taiga/docker.py /usr/src/taiga-back/settings/docker.py \
&& cp /opt/taiga-conf/taiga/celery.py /usr/src/taiga-back/settings/celery.py \
&& j2 /opt/taiga-conf/locale.gen.j2 > /etc/locale.gen \
\
# NOTICE: In case that "collectstatic" would not be found, it means in Django that the Taiga was not loaded
Expand Down
1 change: 1 addition & 0 deletions container-files/opt/taiga-conf/taiga/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

import os
from kombu import Queue

broker_url = os.getenv('TAIGA_BROKER_URL', 'amqp://guest:guest@rabbit:5672')
Expand Down

0 comments on commit c379a27

Please sign in to comment.