mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 09:10:15 +02:00
ovis wip
This commit is contained in:
4
ccp/modules/ovis-compose.yml
Normal file
4
ccp/modules/ovis-compose.yml
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
services:
|
||||
ovis-thing:
|
||||
image: todo
|
6
ccp/modules/ovis-setup.sh
Normal file
6
ccp/modules/ovis-setup.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
if [ -n "$ENABLE_OVIS" ];then
|
||||
|
||||
OVERRIDE+=" -f ./$PROJECT/modules/ovis-compose.yml"
|
||||
fi
|
Reference in New Issue
Block a user