You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
341 B

services:
actual_server:
image: docker.io/actualbudget/actual-server:latest
ports:
- "5010:5006"
volumes:
- ./actual-data:/data
healthcheck:
test: ["CMD-SHELL", "node src/scripts/health-check.js"]
interval: 60s
timeout: 10s
retries: 3
start_period: 20s
restart: unless-stopped