v0.3/redis-setup #80
			
				
			
		
		
		
	| 
						 | 
				
			
			@ -2,4 +2,6 @@ node_modules
 | 
			
		|||
.git
 | 
			
		||||
.gitignore
 | 
			
		||||
.next
 | 
			
		||||
package-lock.json
 | 
			
		||||
package-lock.json
 | 
			
		||||
 | 
			
		||||
.env
 | 
			
		||||
| 
						 | 
				
			
			@ -20,8 +20,10 @@ services:
 | 
			
		|||
    ports:
 | 
			
		||||
      - "8069:3000"
 | 
			
		||||
 | 
			
		||||
    env_file: .env
 | 
			
		||||
 | 
			
		||||
    environment:
 | 
			
		||||
    - ENABLE_REDIS=true
 | 
			
		||||
    - REDIS_URL=redis://redis:6379
 | 
			
		||||
    
 | 
			
		||||
  redis:
 | 
			
		||||
      image: redis:alpine
 | 
			
		||||
      container_name: redis
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue