added docker-compose file
This commit is contained in:
parent
b4888d8069
commit
895cb5d58c
16
docker/docker-compose.yml
Normal file
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:
|
Loading…
Reference in New Issue
Block a user