This commit is contained in:
janskiba 2025-02-12 10:45:48 +00:00
parent 8000356b57
commit 5ba9efe8d3
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,4 @@
services:
ovis-thing:
image: todo

View File

@ -0,0 +1,6 @@
#!/bin/bash -e
if [ -n "$ENABLE_OVIS" ];then
OVERRIDE+=" -f ./$PROJECT/modules/ovis-compose.yml"
fi