Add host name

This commit is contained in:
David Boreham 2023-01-06 15:49:36 -07:00
parent af71828317
commit 86bb68fe74
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,9 @@ services:
- GITEA__database__NAME=gitea
- GITEA__database__USER=gitea
- GITEA__database__PASSWD=gitea
- GITEA__server__HTTP_PORT=3000
- GITEA__server__LOCAL_ROOT_URL=http://gitea.local:3000/
- GITEA__server__ROOT_URL=http://gitea.local:3000/
restart: always
networks:
- gitea

View File

@ -1,3 +1,4 @@
#!/bin/sh
mkdir -p ./gitea
mkdir -p ./gitea/ssh
mkdir -p ./postgres