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: