Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
chinguyen_nodejs_managestudents
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chinguyen
chinguyen_nodejs_managestudents
Commits
6ae89ba0
Commit
6ae89ba0
authored
Feb 17, 2022
by
dangdoan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[tag]dev
parent
a8d49c15
Pipeline
#13074
passed with stages
in 1 minute and 43 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+1
-1
docker-compose.yaml
docker-compose.yaml
+1
-1
env-param.sh
env-param.sh
+1
-1
No files found.
Dockerfile
View file @
6ae89ba0
...
...
@@ -8,4 +8,4 @@ WORKDIR /usr/src/app
COPY
package.json ./
RUN
npm
install
express
COPY
. .
ENTRYPOINT
["node", "swagger.js"]
\ No newline at end of file
ENTRYPOINT
["node", "index.js"]
\ No newline at end of file
docker-compose.yaml
View file @
6ae89ba0
...
...
@@ -7,6 +7,6 @@ services:
volumes
:
-
MOUNT-DATA-FOLDER/PROJECT-NAME:/media
ports
:
-
P-MAPPING:
3000
-
P-MAPPING:
8081
restart
:
unless-stopped
pull_policy
:
always
\ No newline at end of file
env-param.sh
View file @
6ae89ba0
#!/bin/bash
export
project_name
=
"chinguyen_nodejs_managestudents"
export
image_name
=
"registry.gitlab.com/meusolutions/chinguyen_nodejs_managestudents"
export
port_mapping
=
"
5000
"
export
port_mapping
=
"
8081
"
export
environment_name
=
"staging"
export
mount_data_folder
=
"/var/data"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment