docker-taiga-example
docker-taiga-example copied to clipboard
Example project demonstrating how to use https://github.com/benhutchins/docker-taiga
Good morning people, Today I started testing Taiga for the company I work for, created taiga.yml and went up with the docker-compose -f taiga.yml up -d. When I check the...
Hi thanks for the container, it's amazing. However editing the various conf files inside the docker could be overwritten right? I've got everything running and need to make some changes...
On the readme is mentioned to enable events, uncomment some docker compose things and update the settings in the frontend config. Update to what?
``` Step 5/7 : RUN SLACK_VERSION=$(pip show taiga-contrib-slack | awk '/^Version: /{print $2}') && echo "taiga-contrib-slack version: $SLACK_VERSION" && curl https://raw.githubusercontent.com/taigaio/taiga-contrib-slack/$SLACK_VERSION/front/dist/slack.js -o /usr/src/taiga-front-dist/dist/plugins/slack/slack.js && curl https://raw.githubusercontent.com/taigaio/taiga-contrib-slack/$SLACK_VERSION/front/dist/slack.json -o /usr/src/taiga-front-dist/dist/plugins/slack/slack.json ---> Running...
I have tremendous difficulties in trying to make this run on Windows 10. The first problem is that `postgres` does not like to map volumes on Windows. While executing `docker-compose...
I've added a healthcheck to postgres in my personal repo, and I figured it would be useful to add it here as well.
will be good to wait for postgres to startup
For the SSL settings, having TAIGA_SSL = True throws the error.. "Contains true, which is an invalid type. It should be a string, number, or null". I put double quotes...
otherwise taiga always file tu start after docker-compose launch