Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Demo
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
Container Registry
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ACS
Public
VILLASframework
Demo
Commits
8f2c2766
Commit
8f2c2766
authored
5 years ago
by
Steffen Vogel
Browse files
Options
Downloads
Patches
Plain Diff
move Dockerfile for VILLAScontroller to VILLAScontroller repo
parent
0e81adf3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile.controller
+0
-25
0 additions, 25 deletions
Dockerfile.controller
controller
+1
-1
1 addition, 1 deletion
controller
docker-compose.yml
+5
-4
5 additions, 4 deletions
docker-compose.yml
with
6 additions
and
30 deletions
Dockerfile.controller
deleted
100644 → 0
+
0
−
25
View file @
0e81adf3
FROM rwthacs/dpsim-dev
ENV PYCURL_SSL_LIBRARY openssl
RUN dnf -y install \
python3 \
python3-pip \
curl \
libcurl-devel \
openssl-devel
RUN pip3 install --upgrade pip
RUN pip3 install \
pycurl \
gitpython
COPY controller /controller
COPY simulation /simulation
WORKDIR /controller
RUN mkdir -p /usr/local/lib/python3.6/site-packages/
RUN python3 setup.py install
COPY etc/controller/config.json /etc/villas/controller/config.json
This diff is collapsed.
Click to expand it.
controller
@
6cc1d558
Compare
e5fa2509
...
6cc1d558
Subproject commit
e5fa2509623e43fa474d89b7595d7559828eec38
Subproject commit
6cc1d55845a6e277a7135b083699b56ebe6a88d0
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
5
−
4
View file @
8f2c2766
...
...
@@ -103,13 +103,14 @@ services:
# A VILLAScontroller for creating some dummy simulators
controller
:
build
:
context
:
.
dockerfile
:
Dockerfile.controller
context
:
controller
image
:
registry.git.rwth-aachen.de/acs/public/villas/controller:demo-v0.1
command
:
villas-ctl -b "amqp://villas:s3c0sim4!@broker/%2F" -c /etc/villas/controller/config.json daemon
command
:
[
"
wait-for"
,
"
broker:5672"
,
"
--"
,
"
villas-ctl"
,
"
-b"
,
"
amqp://villas:s3c0sim4!@broker/%2F"
,
"
daemon"
]
volumes
:
-
./etc/villas/controller:/etc/villas/controller
-
./data:/data
depends_on
:
-
broker
restart
:
always
...
...
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