-
Notifications
You must be signed in to change notification settings - Fork 0
Stacy/compose 1 #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stacy/compose 1 #30
Changes from all commits
c2ac40b
8f2da71
3b8f964
24464ec
b2e0f7b
ea415ae
2423f41
b630811
fa76be8
b255a7e
3932ccb
d7550b3
0d47891
f566253
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # documentation: https://actualbudget.org/docs/install/docker | ||
| # slogan: A local-first personal finance app. | ||
| # category: finance | ||
| # tags: budgeting,actual,finance,budget,money,expenses,income | ||
| # logo: svgs/actualbudget.png | ||
| # port: 5006 | ||
|
|
||
| services: | ||
| actual_server: | ||
| image: actualbudget/actual-server:latest | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please pin this image to a specific version. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please pin this image to a specific version. |
||
| environment: | ||
| - SERVICE_URL_ACTUAL_5006 | ||
| - ACTUAL_LOGIN_METHOD=password | ||
| volumes: | ||
| - actual_data:/datas | ||
| healthcheck: | ||
| test: ["CMD-SHELL", "bash -c ':> /dev/tcp/127.0.0.1/5006' || exit 1"] | ||
| interval: 5s | ||
| timeout: 20s | ||
| retries: 3 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ | |
| "open source" | ||
| ], | ||
| "category": "automation", | ||
| "logo": "svgs/activepieces.png", | ||
| "logo": "svgs/activepiecessss.png", | ||
|
Stacylia marked this conversation as resolved.
ShadowArcanist marked this conversation as resolved.
ShadowArcanist marked this conversation as resolved.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
ShadowArcanist marked this conversation as resolved.
|
||
| "minversion": "0.0.0", | ||
| "port": "80" | ||
| }, | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please pin this image to a specific version.
actualbudget/actual-server:latestuses a floating tag, which might break our template if upstream image have breaking changes. Use a fixed version tag (image:1.2.3) or a digest (image@sha256:…).