Merge pull request #4 from cerc-io/dboreham/fixes
Add host name
This commit was merged in pull request #4.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
mkdir -p ./gitea
|
||||
mkdir -p ./gitea/ssh
|
||||
mkdir -p ./postgres
|
||||
|
||||
Reference in New Issue
Block a user