Update docker-compose.production.yml
This commit is contained in:
		
							parent
							
								
									c906ee0879
								
							
						
					
					
						commit
						a792cf8848
					
				| 
						 | 
					@ -1,13 +1,13 @@
 | 
				
			||||||
version: '3.8'
 | 
					version: '3.8'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  redis:
 | 
					  database:
 | 
				
			||||||
    build:
 | 
					    build:
 | 
				
			||||||
      context: ./docker/redis/
 | 
					      context: ./docker/database/
 | 
				
			||||||
      dockerfile: Dockerfile
 | 
					      dockerfile: Dockerfile
 | 
				
			||||||
    image: git.nixc.us/colin/searxng:production-redis
 | 
					    image: git.nixc.us/colin/searxng:production-database
 | 
				
			||||||
  searxng:
 | 
					  hedgedoc:
 | 
				
			||||||
    build:
 | 
					    build:
 | 
				
			||||||
      context: ./docker/searxng/
 | 
					      context: ./docker/hedgedoc/
 | 
				
			||||||
      dockerfile: Dockerfile
 | 
					      dockerfile: Dockerfile
 | 
				
			||||||
    image: git.nixc.us/colin/searxng:production-searxng
 | 
					    image: git.nixc.us/colin/searxng:production-hedgedoc
 | 
				
			||||||
		Loading…
	
		Reference in New Issue