store db in volume

master
JoYo 2019-02-21 01:55:31 +00:00
parent ba798dc5a6
commit 857063da34
1 changed files with 4 additions and 1 deletions

View File

@ -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