app-store/apps/owncast/docker-compose.json
tipi ef19cc13ab
Some checks failed
Readme Generator / generate-readme-file (push) Has been cancelled
apps/owncast/docker-compose.json hinzugefügt
0.2.1
2025-03-09 15:57:15 +00:00

23 lines
438 B
JSON

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