Merge branch 'gitea-rework' of gitlab.com:rusty-bever/deployment into gitea-rework

gitea-rework
Jef Roosens 2021-12-25 12:00:31 +01:00
commit 588b0e87dc
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 64 additions and 59 deletions

View File

@ -44,6 +44,11 @@ services:
- 'lfs:/data/git/lfs'
- '/etc/timezone:/etc/timezone:ro'
- '/etc/localtime:/etc/localtime:ro'
secrets:
- gitea_internal_token
- gitea_jwt_secret
- gitea_lfs_jwt_secret
- gitea_secret_key
db:
image: 'postgres:14.1-alpine'