docker-compose.yml für OBS-Webdeck 0.1.0

This commit is contained in:
Dany Thinnes 2022-07-15 14:10:01 +02:00
parent 2866f1c1a7
commit 122573a97c
1 changed files with 11 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
version: '3'
services:
webdeck:
image: docker.projekt-hirnfrei.de:6000/diabolus/webdeck:latest
container_name: webdeck
ports:
- 4141:80
environment:
IP: horst
PORT: 4444