fix: rallly and actualbudget service
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user