You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	add tinode
This commit is contained in:
		
							
								
								
									
										6
									
								
								tinode/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								tinode/README.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| tinode | ||||
| ====== | ||||
|  | ||||
| [Tinode Instant Messaging Server][1] | ||||
|  | ||||
| [1]: https://github.com/tinode/chat | ||||
							
								
								
									
										34
									
								
								tinode/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								tinode/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,34 @@ | ||||
| # | ||||
| # See: https://github.com/tinode/chat/blob/master/docker/README.md | ||||
| # | ||||
|  | ||||
| version: "3.8" | ||||
|  | ||||
| services: | ||||
|  | ||||
|   tinode: | ||||
|     image: tinode/tinode | ||||
|     ports: | ||||
|       - "6060:6060" | ||||
|     environment: | ||||
|       STORE_USE_ADAPTER: "mysql" | ||||
|       PPROF_URL: "/pprof" | ||||
|       WAIT_FOR: "mysql:3306" | ||||
|       TNPG_PUSH_ENABLED: "false" | ||||
|       FCM_PUSH_ENABLED: "false" | ||||
|       FCM_API_KEY: "AIzaSyD6X4ULR-RUsobvs1zZ2bHdJuPz39q2tbQ" | ||||
|       FCM_APP_ID: "1:114126160546:web:aca6ea2981feb81fb44dfb" | ||||
|       FCM_PROJECT_ID: "tinode-1000" | ||||
|       FCM_SENDER_ID: 114126160546 | ||||
|       FCM_VAPID_KEY: "BOgQVPOMzIMXUpsYGpbVkZoEBc0ifKY_f2kSU5DNDGYI6i6CoKqqxDd7w7PJ3FaGRBgVGJffldETumOx831jl58" | ||||
|     depends_on: | ||||
|       - mysql | ||||
|     restart: unless-stopped | ||||
|  | ||||
|   mysql: | ||||
|     image: mariadb:10 | ||||
|     volumes: | ||||
|       - ./data:/var/lib/mysql | ||||
|     environment: | ||||
|       - MYSQL_ALLOW_EMPTY_PASSWORD=yes | ||||
|     restart: unless-stopped | ||||
		Reference in New Issue
	
	Block a user