docker compose

This commit is contained in:
karl.hudgell 2020-06-23 10:50:41 +01:00
parent c06fc6b06a
commit 1645d44e69

12
docker-compose.yml Normal file
View File

@ -0,0 +1,12 @@
# Usage:
# docker-compose up --force-recreate
version: '2.1'
services:
BBLBTV_keith:
tty: true
stdin_open: true
build: .
image: bblbtb_keith:latest
volumes:
- $PWD:/usr/src/app/logs