Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
Terraform modules
Analyze
Contributor 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
danet
goSDN
Commits
fc4c1e44
Commit
fc4c1e44
authored
3 years ago
by
André Sterba
Browse files
Options
Downloads
Patches
Plain Diff
Lint style
parent
87e40c91
No related branches found
No related tags found
1 merge request
!253
Migration in monorepo
Pipeline
#97928
failed
3 years ago
Stage: build
Stage: test
Stage: analyze
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
csbi/docker-compose.yml
+57
-57
57 additions, 57 deletions
csbi/docker-compose.yml
with
57 additions
and
57 deletions
csbi/docker-compose.yml
+
57
−
57
View file @
fc4c1e44
version
:
"
3.9"
version
:
"
3.9"
services
:
services
:
#gosdn:
#gosdn:
# image: registry.code.fbi.h-da.de/danet/gosdn/controller:develop
# image: registry.code.fbi.h-da.de/danet/gosdn/controller:develop
# ports:
# ports:
# - "55055:55055"
# - "55055:55055"
# - "8080:8080"
# - "8080:8080"
# - "40000:40000"
# - "40000:40000"
# security_opt: ["apparmor=unconfined"]
# security_opt: ["apparmor=unconfined"]
# cap_add: [SYS_PTRACE]
# cap_add: [SYS_PTRACE]
# environment:
# environment:
# - GOSDN_LOG=trace
# - GOSDN_LOG=trace
# command: ["--csbi-orchestrator", "orchestrator:55056"]
# command: ["--csbi-orchestrator", "orchestrator:55056"]
# networks:
# networks:
# - csbi-dev-net
# - csbi-dev-net
gnmi-target
:
gnmi-target
:
build
:
build
:
context
:
./gnmi-target
context
:
./gnmi-target
dockerfile
:
Dockerfile
dockerfile
:
Dockerfile
ports
:
ports
:
-
"
7030:7030"
-
"
7030:7030"
networks
:
networks
:
-
csbi-dev-net
-
csbi-dev-net
orchestrator
:
orchestrator
:
build
:
.
build
:
.
ports
:
ports
:
-
"
55056:55056"
-
"
55056:55056"
-
"
9338:9338"
-
"
9338:9338"
volumes
:
volumes
:
-
"
/var/run/docker.sock:/var/run/docker.sock"
-
"
/var/run/docker.sock:/var/run/docker.sock"
-
./.csbi.yml:/etc/.csbi.yml
-
./.csbi.yml:/etc/.csbi.yml
command
:
[
"
--log-level"
,
"
trace"
,
"
--config"
,
"
/etc/.csbi.yml"
]
command
:
[
"
--log-level"
,
"
trace"
,
"
--config"
,
"
/etc/.csbi.yml"
]
networks
:
networks
:
-
csbi-dev-net
-
csbi-dev-net
prometheus
:
prometheus
:
image
:
prom/prometheus:v2.29.1
image
:
prom/prometheus:v2.29.1
ports
:
ports
:
-
9000:9090
-
9000:9090
volumes
:
volumes
:
-
./prometheus:/etc/prometheus
-
./prometheus:/etc/prometheus
-
prometheus-data:/prometheus
-
prometheus-data:/prometheus
command
:
--web.enable-lifecycle --config.file=/etc/prometheus/prometheus.yml
command
:
--web.enable-lifecycle --config.file=/etc/prometheus/prometheus.yml
networks
:
networks
:
-
csbi-dev-net
-
csbi-dev-net
grafana
:
grafana
:
image
:
grafana/grafana:8.1.2
image
:
grafana/grafana:8.1.2
ports
:
ports
:
-
3000:3000
-
3000:3000
restart
:
unless-stopped
restart
:
unless-stopped
volumes
:
volumes
:
-
./grafana/provisioning/datasources:/etc/grafana/provisioning/datasources
-
./grafana/provisioning/datasources:/etc/grafana/provisioning/datasources
-
grafana-data:/var/lib/grafana
-
grafana-data:/var/lib/grafana
networks
:
networks
:
-
csbi-dev-net
-
csbi-dev-net
volumes
:
volumes
:
prometheus-data
:
prometheus-data
:
grafana-data
:
grafana-data
:
networks
:
networks
:
csbi-dev-net
:
csbi-dev-net
:
external
:
true
external
:
true
name
:
csbi_csbi-dev-net
name
:
csbi_csbi-dev-net
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