apps/owncast/docker-compose.json hinzugefügt
Some checks failed
Readme Generator / generate-readme-file (push) Has been cancelled
Some checks failed
Readme Generator / generate-readme-file (push) Has been cancelled
0.2.1
This commit is contained in:
parent
1c0e62f84a
commit
ef19cc13ab
23
apps/owncast/docker-compose.json
Normal file
23
apps/owncast/docker-compose.json
Normal 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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user