remove Gitea deployment
This commit is contained in:
@ -19,32 +19,6 @@ config.repo = "mbecks/demo-sync"
|
|||||||
config.resource_path = "./resources.toml"
|
config.resource_path = "./resources.toml"
|
||||||
config.delete = true
|
config.delete = true
|
||||||
|
|
||||||
######################
|
|
||||||
# Gitea (Deployment) #
|
|
||||||
######################
|
|
||||||
|
|
||||||
[[deployment]]
|
|
||||||
name = "demo-gitea"
|
|
||||||
description = "git.demo.monitor.dev. Self hosted git provider."
|
|
||||||
tags = ["demo", "git"]
|
|
||||||
deploy = true
|
|
||||||
config.server_id = "demo-server"
|
|
||||||
config.image.type = "Image"
|
|
||||||
config.image.params.image = "gitea/gitea:1"
|
|
||||||
config.network = "bridge"
|
|
||||||
config.restart = "unless-stopped"
|
|
||||||
config.ports = """
|
|
||||||
82 = 3000
|
|
||||||
2222 = 22"""
|
|
||||||
config.volumes = """
|
|
||||||
gitea-data = /data
|
|
||||||
/etc/timezone = /etc/timezone:ro
|
|
||||||
/etc/localtime = /etc/localtime:ro"""
|
|
||||||
config.environment = """
|
|
||||||
USER_UID = 1000
|
|
||||||
USER_GID = 1000
|
|
||||||
GITEA__service__DISABLE_REGISTRATION = true"""
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# Immich (Stack) #
|
# Immich (Stack) #
|
||||||
##################
|
##################
|
||||||
|
Reference in New Issue
Block a user