Compare commits
2 Commits
8873d442c8
...
9aef702bf5
Author | SHA1 | Date |
---|---|---|
|
9aef702bf5 | 1 month ago |
|
edf6ba2e03 | 1 month ago |
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||||
|
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 |
Loading…
Reference in new issue