taiga-docker
taiga-docker copied to clipboard
[NOT MAINTAINED] Taiga project management platform for Docker
~/taiga-back$ python manage.py migrate --noinput Trying import local.py settings... Traceback (most recent call last): File "/home/ubuntu/.virtualenvs/taiga/lib/python3.5/site-packages/django/db/backends/base/base.py", line 199, in ensure_connection self.connect() File "/home/ubuntu/.virtualenvs/taiga/lib/python3.5/site-packages/django/db/backends/base/base.py", line 171, in connect self.connection = self.get_new_connection(conn_params)...
i did `docker-compose -f taiga.yml` taiga.yml: ``` data: image: tianon/true volumes: - /var/lib/postgresql/data - /usr/local/taiga/media - /usr/local/taiga/static - /usr/local/taiga/logs db: image: postgres environment: POSTGRES_USER: taiga POSTGRES_PASSWORD: password volumes_from: - data...
i did `docker-compose -f taiga.yml` taiga.yml: ``` data: image: tianon/true volumes: - /var/lib/postgresql/data - /usr/local/taiga/media - /usr/local/taiga/static - /usr/local/taiga/logs db: image: postgres environment: POSTGRES_USER: taiga POSTGRES_PASSWORD: password volumes_from: - data...
The major edit is that I added the Slack plugin to front- and backend. Then I added a bit to the e-mail config. That fixed some issues for me. Even...
Hi, someone know if possible install the new version of taiga 3.0.0 whit the taiga.yml of this repo? https://blog.taiga.io/taiga-stellaria-borealis-release-300.html Regards,
Hi everybody, I'm trying to get taiga-docker to run on a Synology Diskstation. I managed to get the containers for the taiga-back, taiga-front and postgres running. Also I did run...
I had installed taigadocker on one host, but now I need migrate them to a new host, what should I do ?
When trying to install using docker-compose, process hangs at: taigaback_1 | 2016-08-14 17:02:33 circus[67] [INFO] Starting the stats streamer Compose Log http://pastebin.com/FQCQTMLL Contents of docker-compose.yml data: image: tianon/true volumes: -...
ENV vars
So I finally got your image up and running - thank you. One issue I found though was that the ENV vars I am setting in the docker-compose are not...
In our case, the solution was installing the package locales and setting the default location to en_US.utf8 with this command on taiga-back: locale-gen en_US.utf8