Compare commits
No commits in common. "42cc49aed7c75f0a53885b3df1aff5d903cb0676" and "ddad0505ba579920f4dba539f2202c73d902f312" have entirely different histories.
42cc49aed7
...
ddad0505ba
|
|
@ -1,4 +1,3 @@
|
|||
# daidara
|
||||
## a metal workshop
|
||||
# irie-clinic
|
||||
|
||||
This repo contains the [Docker](https://docker.com) configuration for my locally hosted [gitea](https://gitea.io/) instance.
|
||||
a health and research centre for check-ins and check-outs
|
||||
|
|
@ -10,9 +10,9 @@ services:
|
|||
container_name: gitea
|
||||
environment:
|
||||
- DISABLE_REGISTRATION=true
|
||||
- DOMAIN="daidara.inaba.mineral.town"
|
||||
- SSH_DOMAIN="daidara.inaba.mineral.town"
|
||||
- APP_NAME="Daidara - inaba.mineral.town"
|
||||
- DOMAIN="irie.clinic.homo.casa"
|
||||
- SSH_DOMAIN="irie.clinic.homo.casa"
|
||||
- APP_NAME="Irie Clinic - homo.casa"
|
||||
restart: always
|
||||
networks:
|
||||
- gitea
|
||||
|
|
|
|||
Loading…
Reference in New Issue