This commit is contained in:
Gal 2024-01-02 20:03:55 +07:00
parent 786fcb34cd
commit 67e993de0e
Signed by: gal
GPG Key ID: F035BC65003BC00B
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ services:
actual_server:
image: docker.io/actualbudget/actual-server:latest
ports:
- "4004:3000"
- "5006:3000"
environment:
- ACTUAL_UPLOAD_FILE_SYNC_SIZE_LIMIT_MB=20
- ACTUAL_UPLOAD_SYNC_ENCRYPTED_FILE_SYNC_SIZE_LIMIT_MB=50
@ -13,7 +13,7 @@ services:
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.actualbudget.rule=Host(`budget.velouria.dev`)"
- "traefik.http.routers.gitea.rule=Host(`budget.velouria.dev`)"
- "traefik.http.routers.actualbudget.entrypoints=websecure"
- "traefik.http.routers.actualbudget.tls.certresolver=myresolver"
- "traefik.http.services.actualbudget.loadbalancer.server.port=3000"