diff --git a/apps/monica/config.json b/apps/monica/config.json index ad036695..9ae6dcb1 100644 --- a/apps/monica/config.json +++ b/apps/monica/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 3291, "id": "monica", - "tipi_version": 2, - "version": "4.0.0", + "tipi_version": 3, + "version": "4.1.2", "categories": ["data", "social"], "description": "Monica is an open-source web application to organize and record your interactions with your loved ones. We call it a PRM, or Personal Relationship Management. Think of it as a CRM (a popular tool used by sales teams in the corporate world) for your friends or family.", "short_desc": "A Personal Relationship Management tool to help you document your social life.", diff --git a/apps/monica/docker-compose.yml b/apps/monica/docker-compose.yml index a0a317ea..8fabd456 100644 --- a/apps/monica/docker-compose.yml +++ b/apps/monica/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: monica: - image: monica:4.0.0 + image: monica:4.1.2 container_name: monica depends_on: - monica-db