You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	add conduit
This commit is contained in:
		| @@ -369,6 +369,7 @@ A collection of delicious docker recipes. | ||||
| - [x] martialblog/limesurvey | ||||
| - [x] mailhog/mailhog | ||||
| - [x] tootsuite/mastodon | ||||
| - [x] matrixconduit/matrix-conduit | ||||
| - [x] getmeili/meilisearch :mag: | ||||
| - [x] mitmproxy/mitmproxy | ||||
| - [x] deluan/navidrome :musical_note: | ||||
|   | ||||
							
								
								
									
										7
									
								
								conduit/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								conduit/README.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| conduit | ||||
| ======= | ||||
|  | ||||
| [Conduit][1] is a simple, fast and reliable chat server powered by [Matrix][2]. | ||||
|  | ||||
| [1]: https://conduit.rs | ||||
| [2]: https://matrix.org | ||||
							
								
								
									
										22
									
								
								conduit/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								conduit/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| version: '3.8' | ||||
| services: | ||||
|   conduit: | ||||
|     image: matrixconduit/matrix-conduit | ||||
|     ports: | ||||
|       - '6167:6167' | ||||
|     volumes: | ||||
|       - ./data:/data | ||||
|     environment: | ||||
|       CONDUIT_SERVER_NAME: conduit.easypi.duckdns.org | ||||
|       CONDUIT_DATABASE_PATH: /data | ||||
|       CONDUIT_DATABASE_BACKEND: rocksdb | ||||
|       CONDUIT_PORT: 6167 | ||||
|       CONDUIT_MAX_REQUEST_SIZE: 20_000_000 | ||||
|       CONDUIT_ALLOW_REGISTRATION: 'true' | ||||
|       CONDUIT_ALLOW_FEDERATION: 'true' | ||||
|       CONDUIT_TRUSTED_SERVERS: '["matrix.org"]' | ||||
|       CONDUIT_MAX_CONCURRENT_REQUESTS: 100 | ||||
|       CONDUIT_LOG: info,rocket=off,_=off,sled=off | ||||
|       CONDUIT_ADDRESS: 0.0.0.0 | ||||
|       CONDUIT_CONFIG: '' | ||||
|     restart: unless-stopped | ||||
		Reference in New Issue
	
	Block a user