mirror of
				https://github.com/elyby/chrly.git
				synced 2025-05-31 14:11:51 +05:30 
			
		
		
		
	Rework project's structure
This commit is contained in:
		
							
								
								
									
										16
									
								
								deploy/docker/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								deploy/docker/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
version: '3'
 | 
			
		||||
services:
 | 
			
		||||
  chrly:
 | 
			
		||||
    image: elyby/chrly:latest
 | 
			
		||||
    restart: always
 | 
			
		||||
    ports:
 | 
			
		||||
      - "80:80"
 | 
			
		||||
    environment:
 | 
			
		||||
      CHRLY_SECRET: replace_this_value_in_production
 | 
			
		||||
      STORAGE_REDIS_HOST: redis
 | 
			
		||||
 | 
			
		||||
  redis:
 | 
			
		||||
    image: redis:latest
 | 
			
		||||
    restart: always
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./data/redis:/data
 | 
			
		||||
		Reference in New Issue
	
	Block a user