Add redis network to compose

This commit is contained in:
2021-07-21 12:08:34 +02:00
parent b0633950bf
commit 2b9387818b
+3
View File
@@ -10,7 +10,10 @@ services:
redis:
image: "redis"
network_mode: "bridge"
container_name: "redis"
ports:
- 6379:6379
udp-sim:
image: "paulscherrerinstitute/std-daq-buffer:1.0.0"