docker-taiga
docker-taiga copied to clipboard
Taiga services running on Docker with Docker Compose (http://taiga.io)
Hi, I see this project looks dead. I created a working, production-ready container, you may be interested. Features: - Production-ready setup (using gunicorn instead of python's built-in development server) -...
I'm thinking about providing configs for Docker Swarm. We can easily deploy with `docker stack` command simply using Docker Compose files, but there are some specific things like using Docker...
Added https://github.com/taigaio/taiga-contrib-gitlab-auth which can be enabled by setting options fields (as per productionenv-template--rename-this-file.env)
``` celeryworker_1 | Traceback (most recent call last): celeryworker_1 | File "/usr/local/bin/celery", line 11, in celeryworker_1 | sys.exit(main()) celeryworker_1 | File "/usr/local/lib/python3.6/site-packages/celery/__main__.py", line 12, in main celeryworker_1 | maybe_patch_concurrency() celeryworker_1...
Hi! celeryworker_1 seems to receive the task for import, but nothing happens, in the log I see this: celeryworker_1 | [2018-04-14 00:40:23,736: INFO/MainProcess] Received task: taiga.timeline.service.push_to_timelines[8eda1150-955c-48db-b350-da186077c6fb] celeryworker_1 | [2018-04-14 00:40:23,738:...
`Building celeryworker Step 1/24 : FROM python:3.6-alpine3.6 as BUILDER ERROR: Service 'celeryworker' failed to build: Error parsing reference: "python:3.6-alpine3.6 as BUILDER" is not a valid repository/tag: invalid reference format`
Hello! Trying to set up taiga on my Raspberry Pi. But I am facing this error: ``` pi@raspberrypi:~/docker-taiga$ docker-compose up Creating network "dockertaiga_default" with the default driver ERROR: Failed to...
https://github.com/douglasmiranda/docker-taiga/blob/master/frontend/nginx/default.conf https://taigaio.github.io/taiga-doc/dist/setup-production.html