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