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
ca629099
Commit
ca629099
authored
2 years ago
by
GUVEN Kemal
Browse files
Options
Downloads
Patches
Plain Diff
update docker folder
parent
462ee825
No related branches found
Branches containing commit
No related tags found
No related merge requests found
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 @
ca629099
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 @
ca629099
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