Skip to content
Snippets Groups Projects
Commit e579b4ad authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

expose a range of ports to the VILLASnode gateway (closes #2)

parent 2ce16bfd
No related branches found
No related tags found
No related merge requests found
FROM villas/node:latest
COPY etc/node/*.conf /etc/villas/node/
EXPOSE 12000-12100/udp
EXPOSE 12000-12100/tcp
......@@ -53,6 +53,9 @@ services:
command: node /etc/villas/node/websocket-demo.conf
volumes:
- ./etc/node:/etc/villas/node
ports:
- "12000-12100:12000-12100/udp"
- "12000-12100:12000-12100/tcp"
# Web Interface for MongoDB
mongo-express:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment