From 767afc806f5f623e0eb98f926de9980cfea9261d Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Mon, 31 Jul 2023 10:28:25 -0400 Subject: [PATCH 1/2] fix(domain): irie.clinic.homo.casa -> daidara.inaba.mineral.town also made the readme slightly more descriptive --- README.md | 5 +++-- docker-compose.yml | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ac76f6b..42ab469 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ -# irie-clinic +# daidara +## a metal workshop -a health and research centre for check-ins and check-outs \ No newline at end of file +This repo contains the [Docker](https://docker.com) configuration for my locally hosted [gitea](https://gitea.io/) instance. \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index e3d6d1f..915992f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,9 +10,9 @@ services: container_name: gitea environment: - DISABLE_REGISTRATION=true - - DOMAIN="irie.clinic.homo.casa" - - SSH_DOMAIN="irie.clinic.homo.casa" - - APP_NAME="Irie Clinic - homo.casa" + - DOMAIN="daidara.inaba.mineral.town" + - SSH_DOMAIN="daidara.inaba.mineral.town" + - APP_NAME="Daidara - inaba.mineral.town" restart: always networks: - gitea From 314d2bd1f003c42e35247e5a48a40a28509866b1 Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Mon, 31 Jul 2023 10:57:14 -0400 Subject: [PATCH 2/2] feat(gitea): update version 1.13.2 -> 1.20.2 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 915992f..7bf63bc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ networks: services: server: - image: gitea/gitea:1.13.2 + image: gitea/gitea:1.20.2 container_name: gitea environment: - DISABLE_REGISTRATION=true