From cbf85ea1ccf5966bc821231e60bbd871ea5208b8 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 20 Jan 2025 16:37:06 -0500 Subject: [PATCH] Adding labels for Actual budget. --- docker-compose.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 33e1de0d..6ba443a1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,6 +22,16 @@ services: # See all options and more details at https://actualbudget.github.io/docs/Installing/Configuration # !! If you are not using any of these options, remove the 'environment:' tag entirely. image: docker.io/actualbudget/actual-server:latest + labels: + swag: enable + swag_port: 5006 + swag_proto: http + swag_url: fin.${MY_TLD} + homepage.group: Lifestyle + homepage.name: Actual Budget + homepage.icon: actual-budget.svg + homepage.href: https://fin.${MY_TLD} + homepage.description: Privacy-focused app for managing finances ports: - 5006:5006 restart: unless-stopped