35 lines
934 B
Plaintext
35 lines
934 B
Plaintext
{
|
|
"version": "0.0.1-200313",
|
|
"meta": {
|
|
"title": "Pan.do/ra",
|
|
"desc-cs": "Archiv medií",
|
|
"desc-en": "Media archive",
|
|
"license": "GPL"
|
|
},
|
|
"containers": {
|
|
"pandora": {
|
|
"image": "pandora_0.0.1-200313",
|
|
"depends": [
|
|
"pandora-postgres",
|
|
"pandora-rabbitmq"
|
|
],
|
|
"mounts": {
|
|
"pandora/pandora_conf": "srv/pandora/conf",
|
|
"pandora/pandora_data": "srv/pandora/data"
|
|
}
|
|
},
|
|
"pandora-postgres": {
|
|
"image": "postgres_12.2.0-200313",
|
|
"mounts": {
|
|
"pandora/postgres_data": "var/lib/postgresql"
|
|
}
|
|
},
|
|
"pandora-rabbitmq": {
|
|
"image": "rabbitmq_3.7.18-200313",
|
|
"mounts": {
|
|
"pandora/rabbitmq_data": "var/lib/rabbitmq/mnesia"
|
|
}
|
|
}
|
|
}
|
|
}
|