Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
InternshipManager-Back
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
GUVEN Kemal
InternshipManager-Back
Commits
15dfdef8
Unverified
Commit
15dfdef8
authored
2 years ago
by
Kemal
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #23 from ivanalglave/docker-back
update docker folder
parents
ad333a66
ca629099
Branches
Branches containing commit
No related tags found
1 merge request
!12
docker back
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/docker-compose.yml
+7
-0
7 additions, 0 deletions
docker/docker-compose.yml
docker/readme_docker.txt
+2
-2
2 additions, 2 deletions
docker/readme_docker.txt
with
9 additions
and
2 deletions
docker/docker-compose.yml
0 → 100644
+
7
−
0
View file @
15dfdef8
services
:
mongo
:
image
:
mongo
container_name
:
mongo
ports
:
-
27017:27017
restart
:
always
This diff is collapsed.
Click to expand it.
docker/readme_docker.txt
+
2
−
2
View file @
15dfdef8
Lancer la commande suivante dans le dossier InternshipManager-Back (mongo + back) :
Lancer la commande suivante dans le dossier InternshipManager-Back
à la racine du projet
(mongo + back) :
- docker compose up
Lancer les commandes suivantes dans le dossier gestion-front (front) :
Lancer les commandes suivantes dans le dossier gestion-front
à la racine du projet
(front) :
- docker build -t front .
- docker run -it --rm -p 4200:4200 --name front-container front
\ No newline at end of file
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