Add builds.toml
This commit is contained in:
39
builds.toml
Normal file
39
builds.toml
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
|
[[build]]
|
||||||
|
name = "audiobookshelf"
|
||||||
|
[build.config]
|
||||||
|
builder = "local"
|
||||||
|
linked_repo = "audiobookshelf"
|
||||||
|
image_registry.domain = "gitea.andrewamason.tech"
|
||||||
|
image_registry.account = "andrewamason"
|
||||||
|
image_registry.organization = "docker"
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
|
[[build]]
|
||||||
|
name = "freshrss"
|
||||||
|
[build.config]
|
||||||
|
builder = "local"
|
||||||
|
linked_repo = "freshrss"
|
||||||
|
dockerfile_path = "Docker/Dockerfile"
|
||||||
|
image_registry.domain = "gitea.andrewamason.tech"
|
||||||
|
image_registry.account = "andrewamason"
|
||||||
|
image_registry.organization = "docker"
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
|
[[builder]]
|
||||||
|
name = "local"
|
||||||
|
[builder.config]
|
||||||
|
type = "Server"
|
||||||
|
params.server_id = "unraid"
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
|
[[builder]]
|
||||||
|
name = "synology"
|
||||||
|
[builder.config]
|
||||||
|
type = "Server"
|
||||||
|
params.server_id = "Synology"
|
||||||
Reference in New Issue
Block a user