mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-11 05:46:18 +00:00
chore: Change docker compose file to example
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -38,4 +38,5 @@ out/
|
|||||||
### Project ###
|
### Project ###
|
||||||
.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