Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
ToDo-App Jan Schnaidt and Abdullah Kiran
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
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
Abdullah Kiran
ToDo-App Jan Schnaidt and Abdullah Kiran
Commits
82624268
Commit
82624268
authored
6 months ago
by
Jan Schnaidt
Browse files
Options
Downloads
Patches
Plain Diff
Docker funktion
parent
5cec6533
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
docker-compose.yml
+0
-6
0 additions, 6 deletions
docker-compose.yml
package-lock.json
+6
-0
6 additions, 0 deletions
package-lock.json
with
7 additions
and
7 deletions
Dockerfile
+
1
−
1
View file @
82624268
...
...
@@ -16,7 +16,7 @@ RUN npm run build
################################################################
# getting jdk 17 (we use this version in development too)
FROM
eclipse-temurin:17
-jdk-alpine
AS
build-backend
FROM
eclipse-temurin:17
.0.7_7-jdk-focal
AS
build-backend
# working directory for backend
WORKDIR
/app
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
0
−
6
View file @
82624268
...
...
@@ -23,12 +23,6 @@ services:
-
./init-mongo.js:/docker-entrypoint-initdb.d/init-mongo.js
networks
:
-
todo-network
# mongo is being initialized too late so we have to wait for it
healthcheck
:
test
:
[
"
CMD"
,
"
mongo"
,
"
--eval"
,
"
db.adminCommand('ping')"
]
interval
:
10s
timeout
:
5s
retries
:
5
# backend stuff
backend
:
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
0 → 100644
+
6
−
0
View file @
82624268
{
"name"
:
"todo-app-jan-schnaidt-and-abdullah-kiran"
,
"lockfileVersion"
:
3
,
"requires"
:
true
,
"packages"
:
{}
}
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