2020-03-22 13:44:46 +01:00
|
|
|
{
|
2020-06-21 08:32:40 +02:00
|
|
|
"version": "0.0.1-200621",
|
2020-03-22 13:44:46 +01:00
|
|
|
"meta": {
|
|
|
|
"title": "Pan.do/ra",
|
|
|
|
"desc-cs": "Archiv medií",
|
|
|
|
"desc-en": "Media archive",
|
|
|
|
"license": "GPL"
|
|
|
|
},
|
|
|
|
"containers": {
|
|
|
|
"pandora": {
|
2020-06-21 08:32:40 +02:00
|
|
|
"image": "pandora_0.0.1-200621",
|
2020-03-22 13:44:46 +01:00
|
|
|
"depends": [
|
|
|
|
"pandora-postgres",
|
|
|
|
"pandora-rabbitmq"
|
|
|
|
],
|
|
|
|
"mounts": {
|
|
|
|
"pandora/pandora_conf": "srv/pandora/conf",
|
|
|
|
"pandora/pandora_data": "srv/pandora/data"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"pandora-postgres": {
|
2020-06-21 08:32:40 +02:00
|
|
|
"image": "postgres_12.2.0-200621",
|
2020-03-22 13:44:46 +01:00
|
|
|
"mounts": {
|
|
|
|
"pandora/postgres_data": "var/lib/postgresql"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"pandora-rabbitmq": {
|
2020-10-15 09:20:05 +02:00
|
|
|
"image": "rabbitmq_3.8.9-201013",
|
2020-03-22 13:44:46 +01:00
|
|
|
"mounts": {
|
|
|
|
"pandora/rabbitmq_data": "var/lib/rabbitmq/mnesia"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|