# 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
@@ -3471,6 +3481,12 @@ services:
image:postgres:16-alpine
volumes:
- pgbackweb-data:/var/lib/postgresql/data
plantuml-server:
container_name:plantuml-server
expose:
- 8080
image:'plantuml/plantuml-server:jetty'
restart:unless-stopped
plausible:
command:sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
container_name:plausible
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.