Initial commit: restore project after Git corruption
This commit is contained in:
		
							
								
								
									
										24
									
								
								compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,24 @@
 | 
			
		||||
services:
 | 
			
		||||
  light-code:
 | 
			
		||||
    # image: 'kevisual/light-code:latest'
 | 
			
		||||
    image: 'crpi-92z54xpbq1hzmdcz.cn-hangzhou.personal.cr.aliyuncs.com/kevisual/light-code:latest'
 | 
			
		||||
    user: root
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./data/code:/app/code
 | 
			
		||||
    ports:
 | 
			
		||||
      - '6005:4005'
 | 
			
		||||
    restart: always
 | 
			
		||||
 | 
			
		||||
  filebrowser:
 | 
			
		||||
    image: 'filebrowser/filebrowser'
 | 
			
		||||
    user: root
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./data/code:/srv
 | 
			
		||||
      - ./data/database:/database
 | 
			
		||||
      - ./data/config:/config
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
    ports:
 | 
			
		||||
      - '6006:80'
 | 
			
		||||
    environment:
 | 
			
		||||
      - PUID=1000
 | 
			
		||||
      - PGID=1000
 | 
			
		||||
		Reference in New Issue
	
	Block a user