From ef19cc13ab6417d9cf522d07ce1f1ba7044b36f9 Mon Sep 17 00:00:00 2001 From: tipi Date: Sun, 9 Mar 2025 15:57:15 +0000 Subject: [PATCH] =?UTF-8?q?apps/owncast/docker-compose.json=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 0.2.1 --- apps/owncast/docker-compose.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 apps/owncast/docker-compose.json diff --git a/apps/owncast/docker-compose.json b/apps/owncast/docker-compose.json new file mode 100644 index 00000000..29f62040 --- /dev/null +++ b/apps/owncast/docker-compose.json @@ -0,0 +1,23 @@ +{ + "services": [ + { + "name": "owncast", + "image": "owncast/owncast:0.2.1", + "isMain": true, + "internalPort": 8080, + "addPorts": [ + { + "hostPort": 1935, + "containerPort": 1935 + } + ], + "volumes": [ + { + "hostPath": "${APP_DATA_DIR}/data", + "containerPath": "/app/data" + } + ] + } + ], + "$schema": "../dynamic-compose-schema.json" +} \ No newline at end of file