added docker-compose file

This commit is contained in:
Lukas 2020-03-19 12:55:17 +01:00
父節點 b4888d8069
當前提交 895cb5d58c
共有 1 個檔案被更改,包括 16 行新增0 行删除

16
docker/docker-compose.yml Normal file
查看文件

@ -0,0 +1,16 @@
version: '2'
services:
movienight:
image: movienight:latest
build:
context: ../
dockerfile: Dockerfile
ports:
- 8089:8089
- 1935:1935
volumes:
- movienight-config:/config
volumes:
movienight-config: