design final
This commit is contained in:
		
							parent
							
								
									da5e765d49
								
							
						
					
					
						commit
						a0d2188f6f
					
				
					 1400 changed files with 1748 additions and 207 deletions
				
			
		
							
								
								
									
										12
									
								
								matrix/docker-compose.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								matrix/docker-compose.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,12 @@
 | 
			
		|||
services:
 | 
			
		||||
  synapse:
 | 
			
		||||
    image: matrixdotorg/synapse:latest
 | 
			
		||||
    container_name: synapse
 | 
			
		||||
    restart: always
 | 
			
		||||
    ports:
 | 
			
		||||
      - "8008:8008"   # client-server API (internal)
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./matrix/data:/data
 | 
			
		||||
    environment:
 | 
			
		||||
      - SYNAPSE_SERVER_NAME=localhost
 | 
			
		||||
      - SYNAPSE_REPORT_STATS=no
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue