Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
monticore
EmbeddedMontiArc
simulators
server
Commits
d0b42727
Commit
d0b42727
authored
Jun 03, 2019
by
hengwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove kafka
parent
043d067d
Pipeline
#146661
passed with stage
in 25 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
docker/docker-compose.yml
docker/docker-compose.yml
+0
-16
No files found.
docker/docker-compose.yml
View file @
d0b42727
...
...
@@ -11,19 +11,6 @@ services:
ZOO_MY_ID
:
1
ZOO_SERVERS
:
server.1=0.0.0.0:2888:3888
kafka
:
image
:
wurstmeister/kafka
depends_on
:
-
zoo1
ports
:
-
9092:9092
environment
:
KAFKA_ADVERTISED_HOST_NAME
:
kafka
KAFKA_ZOOKEEPER_CONNECT
:
zoo1:2181
restart
:
always
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
web
:
image
:
montisim-server
ports
:
...
...
@@ -48,7 +35,6 @@ services:
rpc-server
:
image
:
rpc-server:latest
depends_on
:
-
kafka
-
zoo1
# ports:
# - 6000:6000
...
...
@@ -56,7 +42,5 @@ services:
restart
:
always
environment
:
ZOO_SERVERS
:
zoo1
KAFKA_SERVERS
:
kafka:9092
volumes
:
-
../rpc/target:/app
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment