updated templates for Portainer
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# ActualBudget - Personal Finance / Budgeting
|
||||
# Domain: budget.{{DOMAIN}}
|
||||
# Domain: budget.${DOMAIN}
|
||||
# Database: None (file-based)
|
||||
# RAM: ~50MB | Pi-compatible: Yes
|
||||
#
|
||||
# Environment variables (set in Portainer):
|
||||
# (none required — app is self-contained)
|
||||
# DOMAIN - Your domain (e.g., demo-felhom.eu)
|
||||
#
|
||||
# First-time setup:
|
||||
# Create a password on first visit, no default credentials.
|
||||
@@ -28,7 +28,7 @@ services:
|
||||
start_period: 10s
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.actualbudget.rule=Host(`budget.{{DOMAIN}}`)"
|
||||
- "traefik.http.routers.actualbudget.rule=Host(`budget.${DOMAIN}`)"
|
||||
- "traefik.http.routers.actualbudget.entrypoints=websecure"
|
||||
- "traefik.http.routers.actualbudget.tls=true"
|
||||
- "traefik.http.routers.actualbudget.tls.certresolver=letsencrypt"
|
||||
|
||||
Reference in New Issue
Block a user