mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-30 06:34:36 +02:00
chore: Change docker compose file to example
This commit is contained in:
parent
9825865bbc
commit
8614e5eed6
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user