store db in volume
							parent
							
								
									ba798dc5a6
								
							
						
					
					
						commit
						857063da34
					
				| 
						 | 
					@ -1,4 +1,6 @@
 | 
				
			||||||
version: '3'
 | 
					version: '3'
 | 
				
			||||||
 | 
					volumes:
 | 
				
			||||||
 | 
					  scraps:
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  sins_run:
 | 
					  sins_run:
 | 
				
			||||||
    image: sins
 | 
					    image: sins
 | 
				
			||||||
| 
						 | 
					@ -6,6 +8,7 @@ services:
 | 
				
			||||||
      context: .
 | 
					      context: .
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - ${PWD}:/app
 | 
					      - ${PWD}:/app
 | 
				
			||||||
 | 
					      - scraps:/out
 | 
				
			||||||
    working_dir: /app
 | 
					    working_dir: /app
 | 
				
			||||||
    command: python3 -m sins -o out/
 | 
					    command: python3 -m sins -o /out/
 | 
				
			||||||
    # command: yasm seed.asm -o seed
 | 
					    # command: yasm seed.asm -o seed
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue