Merge pull request #4 from cerc-io/dboreham/fixes

Add host name
This commit is contained in:
David Boreham 2023-01-06 15:50:19 -07:00 committed by GitHub
commit e580f90655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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