add actual

This commit is contained in:
Gal 2024-01-01 22:57:08 +07:00
parent 69449b4db9
commit e86eecbc5e
Signed by: gal
GPG Key ID: F035BC65003BC00B
1 changed files with 2 additions and 12 deletions

View File

@ -1,23 +1,13 @@
version: '3'
networks:
traefik_network:
external: true
services:
actual_server:
image: docker.io/actualbudget/actual-server:latest
ports:
- "5006:3000"
- "100.104.163.2:5006:5006"
environment:
- ACTUAL_UPLOAD_FILE_SYNC_SIZE_LIMIT_MB=20
- ACTUAL_UPLOAD_SYNC_ENCRYPTED_FILE_SYNC_SIZE_LIMIT_MB=50
- ACTUAL_UPLOAD_FILE_SIZE_LIMIT_MB=20
volumes:
- ${HOME}/certs:/certs
- ${PWD}/actual-data:/data
restart: unless-stopped
labels:
- traefik.enable=true
- traefik.http.routers.actualbudget.rule=Host(`velouria.stork-vibe.ts.net`) && Path(`/actualbudget`)
- traefik.http.routers.actualbudget.entrypoints=websecure
- traefik.http.routers.actualbudget.tls.certresolver=myresolver
- traefik.docker.network=traefik_network
restart: unless-stopped