diff --git a/.komodo/resources.toml b/.komodo/resources.toml index 836efbe..e25aa0e 100644 --- a/.komodo/resources.toml +++ b/.komodo/resources.toml @@ -24,18 +24,11 @@ description = "Deploy komodo app using docker-compose" tags = ["gitea"] [stack.config] -# Use compose file from git repo -[stack.config.repo] git_provider = "gitea.straymoog.xyz" git_account = "stray" repo = "stray/komodo" branch = "main" -path = "docker-compose.yml" - -# Or optionally, define inline compose content -# file_contents = ''' -# ... compose yaml here ... -# ''' +file_paths = ["docker-compose.yml"] [[sync]] name = "komodo-sync"