mirror of https://github.com/samply/bridgehead.git
ovis wip
This commit is contained in:
parent
8000356b57
commit
5ba9efe8d3
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
services:
|
||||||
|
ovis-thing:
|
||||||
|
image: todo
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash -e
|
||||||
|
|
||||||
|
if [ -n "$ENABLE_OVIS" ];then
|
||||||
|
|
||||||
|
OVERRIDE+=" -f ./$PROJECT/modules/ovis-compose.yml"
|
||||||
|
fi
|
Loading…
Reference in New Issue