Compare commits

...
Author SHA1 Message Date
dboreham 86bb68fe74 Add host name 2023-01-06 15:49:36 -07:00
dboreham af71828317 Merge pull request #1 from cerc-io/dboreham/add-basic-pipeline
Add gitea
2022-12-14 13:18:11 -07:00
2 changed files with 4 additions and 0 deletions
+3
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
+1
View File
@@ -1,3 +1,4 @@
#!/bin/sh
mkdir -p ./gitea
mkdir -p ./gitea/ssh
mkdir -p ./postgres