mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-31 12:28:28 +02:00
Add redis network to compose
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user