Initial upload
This commit is contained in:
parent
98987b6f28
commit
0e92dc2402
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@ test:
|
||||||
deployment:
|
deployment:
|
||||||
env:
|
env:
|
||||||
- name: SSL_CERT_DIR
|
- name: SSL_CERT_DIR
|
||||||
value: /etc/ssl/forgejx
|
value: /etc/ssl/forgejo
|
||||||
|
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- mountPath: /etc/ssl/forgejo
|
- mountPath: /etc/ssl/forgejo
|
||||||
|
@ -129,6 +129,7 @@ gitea:
|
||||||
|
|
||||||
database:
|
database:
|
||||||
DB_TYPE: postgres
|
DB_TYPE: postgres
|
||||||
|
SSL_MODE: verify-full
|
||||||
|
|
||||||
server:
|
server:
|
||||||
DOMAIN: 'only-forgejo.t09.de'
|
DOMAIN: 'only-forgejo.t09.de'
|
||||||
|
|
Loading…
Reference in a new issue