Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Documentation
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
Harbor Registry
Model registry
Operate
Environments
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
simcaq
Documentation
Commits
1043fd93
Commit
1043fd93
authored
3 years ago
by
Miguel Angelo Salerno
Browse files
Options
Downloads
Patches
Plain Diff
add docker-compose files
parent
67fd1435
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/docker-compose-hom.yml
+32
-0
32 additions, 0 deletions
docker/docker-compose-hom.yml
docker/docker-compose-prod.yml
+22
-0
22 additions, 0 deletions
docker/docker-compose-prod.yml
with
54 additions
and
0 deletions
docker/docker-compose-hom.yml
0 → 100644
+
32
−
0
View file @
1043fd93
version
:
"
3.9"
services
:
simcaq-node
:
container_name
:
simcaq-node
build
:
./simcaq-node/
restart
:
unless-stopped
network_mode
:
host
caqvix-api
:
container_name
:
caqvix-api
build
:
./caqvix-api/
restart
:
unless-stopped
network_mode
:
host
simcaq-front
:
container_name
:
simcaq-front
build
:
./front-end-simcaq/
restart
:
unless-stopped
network_mode
:
host
caqvix
:
container_name
:
caqvix
build
:
./front-end-caqvix/
restart
:
unless-stopped
network_mode
:
host
labdados-ui
:
container_name
:
labdados-ui
build
:
./labdados-ui/
restart
:
unless-stopped
network_mode
:
host
mapfor
:
container_name
:
mapfor
build
:
./mapfor/
restart
:
unless-stopped
network_mode
:
host
This diff is collapsed.
Click to expand it.
docker/docker-compose-prod.yml
0 → 100644
+
22
−
0
View file @
1043fd93
version
:
"
3.9"
services
:
simcaq-node
:
container_name
:
simcaq-node
build
:
./simcaq-node/
restart
:
unless-stopped
network_mode
:
host
simcaq-ui
:
container_name
:
simcaq-ui
build
:
./simcaq-ui/
restart
:
unless-stopped
network_mode
:
host
labdados-ui
:
container_name
:
labdados-ui
build
:
./labdados-ui/
restart
:
unless-stopped
network_mode
:
host
mapfor
:
container_name
:
mapfor
build
:
./mapfor/
restart
:
unless-stopped
network_mode
:
host
\ 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