fix: rallly and actualbudget service

This commit is contained in:
peaklabs-dev
2025-01-14 13:31:00 +01:00
parent 9d10e8a501
commit 3b6f741d29
3 changed files with 57 additions and 26 deletions

View File

@@ -6,15 +6,14 @@
services:
actual_server:
image: "docker.io/actualbudget/actual-server:latest"
restart: unless-stopped
image: actualbudget/actual-server:latest
environment:
- SERVICE_FQDN_ACTUAL_5006
- ACTUAL_LOGIN_METHOD=password
volumes:
- "actual-data:/data"
- actual_data:/data
healthcheck:
test: ["CMD", "echo", "ok"]
test: ["CMD-SHELL", "bash -c ':> /dev/tcp/127.0.0.1/5006' || exit 1"]
interval: 5s
timeout: 20s
retries: 10
retries: 3