Reformat
This commit is contained in:
parent
c79eb313a2
commit
2c28322827
|
|
@ -7,11 +7,9 @@
|
||||||
"version": "3.3",
|
"version": "3.3",
|
||||||
"services": {
|
"services": {
|
||||||
"$$cap_appname": {
|
"$$cap_appname": {
|
||||||
"containerHttpPort": "5232",
|
"containerHttpPort": "5232",
|
||||||
"image": "tomsquest/docker-radicale:$$cap_image_tag",
|
"image": "tomsquest/docker-radicale:$$cap_image_tag",
|
||||||
"volumes": [
|
"volumes": ["$$cap_appname-data:/data"],
|
||||||
"$$cap_appname-data:/data"
|
|
||||||
],
|
|
||||||
"restart": "always",
|
"restart": "always",
|
||||||
"environment": {}
|
"environment": {}
|
||||||
}
|
}
|
||||||
|
|
@ -21,7 +19,8 @@
|
||||||
"start": "Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. It is strongly advised to secure your data with user passwords as stated here https://hub.docker.com/r/tomsquest/docker-radicale/",
|
"start": "Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. It is strongly advised to secure your data with user passwords as stated here https://hub.docker.com/r/tomsquest/docker-radicale/",
|
||||||
"end": "Radicale is deployed and available as $$cap_appname. To secure your user you can create a config like https://github.com/tomsquest/docker-radicale/blob/master/config and adapt it like stated here https://radicale.org/3.0.html#tutorials/basic-configuration. You need to create an volume pointing to the container path /etc/radicale/config to be picked up by the image."
|
"end": "Radicale is deployed and available as $$cap_appname. To secure your user you can create a config like https://github.com/tomsquest/docker-radicale/blob/master/config and adapt it like stated here https://radicale.org/3.0.html#tutorials/basic-configuration. You need to create an volume pointing to the container path /etc/radicale/config to be picked up by the image."
|
||||||
},
|
},
|
||||||
"variables": [{
|
"variables": [
|
||||||
|
{
|
||||||
"id": "$$cap_image_tag",
|
"id": "$$cap_image_tag",
|
||||||
"label": "What version/tag do you want?",
|
"label": "What version/tag do you want?",
|
||||||
"description": "Go here to see all versions https://hub.docker.com/r/tomsquest/docker-radicale/tags",
|
"description": "Go here to see all versions https://hub.docker.com/r/tomsquest/docker-radicale/tags",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue