Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BudgetMaster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robert Goldmann
BudgetMaster
Commits
3848d462
Commit
3848d462
authored
5 years ago
by
Robert Goldmann
Browse files
Options
Downloads
Patches
Plain Diff
updated dockerfile and README
parent
399b29e8
No related branches found
No related tags found
No related merge requests found
Pipeline
#3181
passed
5 years ago
Stage: build
Stage: test
Changes
2
Pipelines
5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
README.md
+2
-1
2 additions, 1 deletion
README.md
with
3 additions
and
2 deletions
Dockerfile
+
1
−
1
View file @
3848d462
FROM
tomcat:9-jre8
FROM
tomcat:9-jre8
RUN
rm
-rf
/usr/local/tomcat/webapps/
*
RUN
rm
-rf
/usr/local/tomcat/webapps/
*
COPY
build/2.3.
0
/BudgetMaster-v2.3.
0
.war $CATALINA_HOME/webapps/ROOT.war
COPY
build/2.3.
1
/BudgetMaster-v2.3.
1
.war $CATALINA_HOME/webapps/ROOT.war
COPY
src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties
COPY
src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties
EXPOSE
8080
EXPOSE
8080
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
+
2
−
1
View file @
3848d462
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
Manage your monthly budget easily with BudgetMaster
Manage your monthly budget easily with BudgetMaster
-
__start:__ 17.12.16
-
__start:__ 17.12.16
-
__current release:__ v2.3.
0
(2
1
) from 2
5
.08.19
-
__current release:__ v2.3.
1
(2
2
) from 2
8
.08.19
## Key Features
## Key Features
-
Keep your data private - Host your own BudgetMaster server or use it in standalone mode. All data remains on your machines.
-
Keep your data private - Host your own BudgetMaster server or use it in standalone mode. All data remains on your machines.
...
@@ -15,6 +15,7 @@ Manage your monthly budget easily with BudgetMaster
...
@@ -15,6 +15,7 @@ Manage your monthly budget easily with BudgetMaster
-
Password protected website - Your data can only be accessed by entering the correct password. (Note: The database is not encrypted)
-
Password protected website - Your data can only be accessed by entering the correct password. (Note: The database is not encrypted)
-
Localization - English and German supported.
-
Localization - English and German supported.
-
Search and Filter - Search for individual transactions or filter your view.
-
Search and Filter - Search for individual transactions or filter your view.
-
Visualize your data - Use on of the pre-defined charts or create your one by using the chart framework to visualize and analyze your data.
## Available Languages
## Available Languages
-
English
[
Roadmap
](
https://roadmaps.thecodelabs.de/roadmap/2
)
-
English
[
Roadmap
](
https://roadmaps.thecodelabs.de/roadmap/2
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment