add files infra docker service for data platform
This commit is contained in:
2
00-network/create-network.sh
Normal file
2
00-network/create-network.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker network create shared_data_network 2>/dev/null || echo "Network shared_data_network already exists"
|
||||
Reference in New Issue
Block a user