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:
|
services:
|
||||||
server:
|
server:
|
||||||
image: gitea/gitea:1.13.2
|
image: gitea/gitea:1.20.2
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
environment:
|
environment:
|
||||||
- DISABLE_REGISTRATION=true
|
- DISABLE_REGISTRATION=true
|
||||||
- DOMAIN="irie.clinic.homo.casa"
|
- DOMAIN="daidara.inaba.mineral.town"
|
||||||
- SSH_DOMAIN="irie.clinic.homo.casa"
|
- SSH_DOMAIN="daidara.inaba.mineral.town"
|
||||||
- APP_NAME="Irie Clinic - homo.casa"
|
- APP_NAME="Daidara - inaba.mineral.town"
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- gitea
|
- gitea
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue