mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	Solved taiga bugs
This commit is contained in:
		@@ -9,7 +9,7 @@ SECRET_KEY="{{taiga_secret_key}}"  # Please, change it to an unpredictable value
 | 
			
		||||
 | 
			
		||||
# Taiga's Database settings - Variables to create the Taiga database and connect to it
 | 
			
		||||
POSTGRES_USER={{database_username}}  # user to connect to PostgreSQL
 | 
			
		||||
POSTGRES_PASSWORD={{peertube_database_password}}  # database user's password
 | 
			
		||||
POSTGRES_PASSWORD={{database_password}}  # database user's password
 | 
			
		||||
 | 
			
		||||
# Taiga's SMTP settings - Variables to send Taiga's emails to the users
 | 
			
		||||
EMAIL_BACKEND       =   console                     # use an SMTP server or display the emails in the console (either "smtp" or "console")
 | 
			
		||||
 
 | 
			
		||||
@@ -37,7 +37,7 @@ x-volumes:
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
{% include 'templates/docker/services/' + database_type + '.yml.j2' %}
 | 
			
		||||
  back:
 | 
			
		||||
  taiga-back:
 | 
			
		||||
    image: taigaio/taiga-back:latest
 | 
			
		||||
    environment: *default-back-environment
 | 
			
		||||
    volumes: *default-back-volumes
 | 
			
		||||
@@ -80,7 +80,7 @@ services:
 | 
			
		||||
{% include 'templates/docker/container/networks.yml.j2' %}
 | 
			
		||||
      taiga:
 | 
			
		||||
 | 
			
		||||
  front:
 | 
			
		||||
  taiga-front:
 | 
			
		||||
    image: taigaio/taiga-front:latest
 | 
			
		||||
    environment:
 | 
			
		||||
      TAIGA_URL: "${TAIGA_SCHEME}://${TAIGA_DOMAIN}"
 | 
			
		||||
@@ -93,7 +93,7 @@ services:
 | 
			
		||||
    # volumes:
 | 
			
		||||
    #   - ./conf.json:/usr/share/nginx/html/conf.json
 | 
			
		||||
 | 
			
		||||
  events:
 | 
			
		||||
  taiga-events:
 | 
			
		||||
    image: taigaio/taiga-events:latest
 | 
			
		||||
    environment:
 | 
			
		||||
      RABBITMQ_USER: "${RABBITMQ_USER}"
 | 
			
		||||
@@ -141,9 +141,9 @@ services:
 | 
			
		||||
{% include 'templates/docker/container/networks.yml.j2' %}
 | 
			
		||||
      taiga:
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - front
 | 
			
		||||
      - back
 | 
			
		||||
      - events
 | 
			
		||||
      - taiga-front
 | 
			
		||||
      - taiga-back
 | 
			
		||||
      - taiga-events
 | 
			
		||||
 | 
			
		||||
{% include 'templates/docker/compose/volumes.yml.j2' %}
 | 
			
		||||
  static-data:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user