mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-11 13:56:17 +00:00
chore: Change docker compose file to example
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -39,3 +39,4 @@ out/
|
|||||||
.env
|
.env
|
||||||
persistence/
|
persistence/
|
||||||
configuration.toml
|
configuration.toml
|
||||||
|
docker-compose.yml
|
||||||
@@ -1,5 +1,14 @@
|
|||||||
organization = "org"
|
organization = "revanced"
|
||||||
patches-repository = "patches"
|
patches-repository = "revanced-patches"
|
||||||
integrations-repositories = ["integrations"]
|
integrations-repositories = [
|
||||||
contributors-repositories = ["patches", "integrations"]
|
"revanced-integrations"
|
||||||
|
]
|
||||||
|
contributors-repositories = [
|
||||||
|
"revanced-patcher",
|
||||||
|
"revanced-patches",
|
||||||
|
"revanced-integrations",
|
||||||
|
"revanced-website",
|
||||||
|
"revanced-cli",
|
||||||
|
"revanced-manager",
|
||||||
|
]
|
||||||
api-version = 1
|
api-version = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user