added docker-compose file

Bu işleme şunda yer alıyor:
Lukas 2020-03-19 12:55:17 +01:00
ebeveyn b4888d8069
işleme 895cb5d58c
1 değiştirilmiş dosya ile 16 ekleme ve 0 silme

16
docker/docker-compose.yml Normal dosya
Dosyayı Görüntüle

@ -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: