new domain

This commit is contained in:
2023-10-01 14:31:10 +02:00
parent 2a887b9d90
commit cbbdf4dd1b
9 changed files with 111 additions and 34 deletions

View File

@@ -25,7 +25,7 @@ job "gitea" {
tags = [
"traefik.enable=true",
"traefik.http.routers.gitea.rule=Host(`gitea.service.consul`)",
"traefik.http.routers.gitea.rule=Host(`gitea.service.nr5`)",
]
}
@@ -58,14 +58,14 @@ job "gitea" {
env {
APP_NAME = "Gitea: Git with a cup of tea"
RUN_MODE = "prod"
SSH_DOMAIN = "consul"
SSH_DOMAIN = "nr5"
SSH_PORT = "2222"
ROOT_URL = "http://gitea.service.consul"
ROOT_URL = "http://gitea.service.nr5"
TZ = "Europe/Berlin"
USER_UID = "1000"
USER_GID = "1000"
DB_TYPE = "postgres"
DB_HOST = "postgres.service.consul"
DB_HOST = "postgres.service.nr5"
DB_USER = "gitea"
DB_PASSWORD = "giteaEu94XSS4gKpheSBoMsIs"
GITEA__lfs__PATH = "/data/git/lfs"