EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESA
PRISM
VS
Commits
5ecfe3cc
Commit
5ecfe3cc
authored
4 years ago
by
Lubomir Dolezal
Browse files
Options
Downloads
Patches
Plain Diff
add services running / node type internal/external to ops ymls
parent
70ea5696
No related branches found
No related tags found
Loading
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docker-compose.dem.ops.yml
+17
-0
17 additions, 0 deletions
docker-compose.dem.ops.yml
docker-compose.emg.ops.yml
+17
-0
17 additions, 0 deletions
docker-compose.emg.ops.yml
docker-compose.vhr18.ops.yml
+18
-0
18 additions, 0 deletions
docker-compose.vhr18.ops.yml
with
52 additions
and
0 deletions
docker-compose.dem.ops.yml
+
17
−
0
View file @
5ecfe3cc
...
...
@@ -42,6 +42,9 @@ services:
resources
:
limits
:
memory
:
8G
placement
:
constraints
:
-
node.labels.type == external
networks
:
-
extnet
cache
:
...
...
@@ -81,12 +84,19 @@ services:
resources
:
limits
:
memory
:
8G
placement
:
constraints
:
-
node.labels.type == external
networks
:
-
extnet
registrar
:
environment
:
INSTALL_DIR
:
"
/var/www/pvs/ops/"
INSTANCE_DIR
:
"
/var/www/pvs/ops/pvs_instance/"
deploy
:
placement
:
constraints
:
-
node.labels.type == internal
client
:
configs
:
-
source
:
client-ops
...
...
@@ -109,6 +119,9 @@ services:
-
"
traefik.docker.network=dem-extnet"
-
"
traefik.docker.lbswarm=true"
-
"
traefik.enable=true"
placement
:
constraints
:
-
node.labels.type == external
networks
:
-
extnet
preprocessor
:
...
...
@@ -116,6 +129,10 @@ services:
-
type
:
bind
source
:
/var/vhr
target
:
/tmp
deploy
:
placement
:
constraints
:
-
node.labels.type == internal
networks
:
extnet
:
name
:
dem-extnet
...
...
This diff is collapsed.
Click to expand it.
docker-compose.emg.ops.yml
+
17
−
0
View file @
5ecfe3cc
...
...
@@ -42,6 +42,9 @@ services:
resources
:
limits
:
memory
:
8G
placement
:
constraints
:
-
node.labels.type == external
networks
:
-
extnet
cache
:
...
...
@@ -81,12 +84,19 @@ services:
resources
:
limits
:
memory
:
8G
placement
:
constraints
:
-
node.labels.type == external
networks
:
-
extnet
registrar
:
environment
:
INSTALL_DIR
:
"
/var/www/pvs/ops/"
INSTANCE_DIR
:
"
/var/www/pvs/ops/pvs_instance/"
deploy
:
placement
:
constraints
:
-
node.labels.type == internal
client
:
configs
:
-
source
:
client-ops
...
...
@@ -109,6 +119,9 @@ services:
-
"
traefik.docker.network=emg-extnet"
-
"
traefik.docker.lbswarm=true"
-
"
traefik.enable=true"
placement
:
constraints
:
-
node.labels.type == external
networks
:
-
extnet
preprocessor
:
...
...
@@ -116,6 +129,10 @@ services:
-
type
:
bind
source
:
/var/vhr
target
:
/tmp
deploy
:
placement
:
constraints
:
-
node.labels.type == internal
networks
:
extnet
:
name
:
emg-extnet
...
...
This diff is collapsed.
Click to expand it.
docker-compose.vhr18.ops.yml
+
18
−
0
View file @
5ecfe3cc
...
...
@@ -42,6 +42,9 @@ services:
resources
:
limits
:
memory
:
8G
placement
:
constraints
:
-
node.labels.type == external
networks
:
-
extnet
cache
:
...
...
@@ -81,16 +84,27 @@ services:
limits
:
memory
:
8G
replicas
:
3
placement
:
constraints
:
-
node.labels.type == external
networks
:
-
extnet
registrar
:
environment
:
INSTALL_DIR
:
"
/var/www/pvs/ops/"
INSTANCE_DIR
:
"
/var/www/pvs/ops/pvs_instance/"
deploy
:
placement
:
constraints
:
-
node.labels.type == internal
client
:
configs
:
-
source
:
client-ops
target
:
/usr/share/nginx/html/index.html
deploy
:
placement
:
constraints
:
-
node.labels.type == external
deploy
:
labels
:
# router for basic auth based access (https)
...
...
@@ -116,6 +130,10 @@ services:
-
type
:
bind
source
:
/var/vhr
target
:
/tmp
deploy
:
placement
:
constraints
:
-
node.labels.type == internal
networks
:
extnet
:
name
:
vhr18-extnet
...
...
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