Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conduit-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
TE-TEAM1
conduit-backend
Commits
e62aa5f4
Commit
e62aa5f4
authored
4 years ago
by
Konsta
Browse files
Options
Downloads
Patches
Plain Diff
docker-compose.yml updated.
parent
7574b15a
No related branches found
Branches containing commit
No related tags found
1 merge request
!3
docker-compose.yml updated.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+42
-0
42 additions, 0 deletions
docker-compose.yml
with
42 additions
and
0 deletions
docker-compose.yml
0 → 100644
+
42
−
0
View file @
e62aa5f4
# NOTE! Volume "conduit-db" and network "conduit-network" must be created before running "docker-compose up".
# They can be created with the following commands: "docker volume create conduit-db" and "docker network create conduit-network".
version
:
'
3.3'
services
:
mongo
:
image
:
mongo
container_name
:
mongo-cont
volumes
:
-
conduit-db:/data/db
restart
:
always
backend
:
depends_on
:
-
mongo
image
:
gitlab.labranet.jamk.fi:4567/te-team1/conduit-backend:latest
container_name
:
takakontti
ports
:
-
"
8080:3000"
restart
:
always
environment
:
MONGODB_URI
:
mongodb://mongo-cont/conduitdb
SECRET
:
kiasdasdfffdeedda
frontend
:
image
:
gitlab.labranet.jamk.fi:4567/te-team1/conduit-frontend:latest
container_name
:
fronttikontti
ports
:
-
"
4100:4100"
restart
:
always
environment
:
REACT_APP_API_ROOT
:
https://corporation.devopskoulutus.net/api
volumes
:
conduit-db
:
external
:
true
networks
:
default
:
external
:
name
:
conduit-network
\ 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