add init demos
This commit is contained in:
		
							
								
								
									
										23
									
								
								compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,23 @@
 | 
			
		||||
services:
 | 
			
		||||
  light-code:
 | 
			
		||||
    image: 'kevisual/light-code:latest'
 | 
			
		||||
    user: root
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./data/code:/app/code
 | 
			
		||||
    ports:
 | 
			
		||||
      - '3005:4005'
 | 
			
		||||
    restart: always
 | 
			
		||||
 | 
			
		||||
  filebrowser:
 | 
			
		||||
    image: 'filebrowser/filebrowser'
 | 
			
		||||
    user: root
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./data/code:/srv
 | 
			
		||||
      - ./data/database:/database
 | 
			
		||||
      - ./data/config:/config
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
    ports:
 | 
			
		||||
      - '8080:80'
 | 
			
		||||
    environment:
 | 
			
		||||
      - PUID=1000
 | 
			
		||||
      - PGID=1000
 | 
			
		||||
		Reference in New Issue
	
	Block a user