apps/owncast/docker-compose.json hinzugefügt
Some checks failed
Readme Generator / generate-readme-file (push) Has been cancelled

0.2.1
This commit is contained in:
tipi 2025-03-09 15:57:15 +00:00
parent 1c0e62f84a
commit ef19cc13ab

View File

@ -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"
}