Merge pull request #52 from toant13/master
Added docker-compose file so we don't need to run full docker execute…
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
|
||||||
|
cs-flash-cards:
|
||||||
|
build: .
|
||||||
|
ports:
|
||||||
|
- 8000:8000
|
||||||
|
volumes:
|
||||||
|
- ./cards-empty.db:/src/db/cards.db
|
||||||
|
# - ./cards-jwasham-extreme.db:/src/db/cards.db
|
||||||
|
# - ./cards-jwasham.db:/src/db/cards.db
|
||||||
Reference in New Issue
Block a user