Merge branch 'main' into develop/branding
commit
955cdd4b23
|
|
@ -1,3 +1,4 @@
|
|||
# irie-clinic
|
||||
# daidara
|
||||
## a metal workshop
|
||||
|
||||
a health and research centre for check-ins and check-outs
|
||||
This repo contains the [Docker](https://docker.com) configuration for my locally hosted [gitea](https://gitea.io/) instance.
|
||||
|
|
@ -6,13 +6,13 @@ networks:
|
|||
|
||||
services:
|
||||
server:
|
||||
image: gitea/gitea:1.13.2
|
||||
image: gitea/gitea:1.20.2
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue