Added docker-compose file so we don't need to run full docker execute build/run command. Just execute: docker-compose up

This commit is contained in:
Tony Tran
2019-12-28 16:50:38 -08:00
parent 1548a5eff5
commit b267ccc6ca

12
docker-compose.yml Normal file
View 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