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