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