mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
fix docker-compose file
This commit is contained in:
parent
d6019fe07a
commit
0191f81486
1 changed files with 6 additions and 2 deletions
|
@ -61,7 +61,9 @@ services:
|
|||
node:
|
||||
image: villas/node:latest
|
||||
privileged: true
|
||||
command: [ "node", "/etc/villas/node/websocket.conf" ]
|
||||
command:
|
||||
- "node"
|
||||
- "/etc/villas/node/websocket.conf"
|
||||
expose:
|
||||
- "12000/udp"
|
||||
ports:
|
||||
|
@ -76,7 +78,9 @@ services:
|
|||
image: villas/node:latest
|
||||
privileged: true
|
||||
entrypoint: bash
|
||||
command: [ "-c", "villas signal mixed -v4 | villas pipe -x /etc/villas/node/websocket.conf udp_1"]
|
||||
command:
|
||||
- "-c"
|
||||
- "villas signal mixed -v4 | villas pipe -x /etc/villas/node/websocket.conf udp_1"
|
||||
volumes:
|
||||
- "./etc/node/:/etc/villas/node/"
|
||||
stop_signal: SIGINT
|
||||
|
|
Loading…
Add table
Reference in a new issue