Set domain related values explicitly
This commit is contained in:
parent
2a21752463
commit
b7a41ce82f
2 changed files with 7 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ services:
|
|||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
- FORGEJO__server__DOMAIN={{ domain }}
|
||||
- FORGEJO__server__ROOT_URL=https://{{ domain }}/
|
||||
- FORGEJO__server__SSH_DOMAIN={{ domain }}
|
||||
- FORGEJO__database__DB_TYPE=postgres
|
||||
- FORGEJO__database__HOST=db:5432
|
||||
- FORGEJO__database__NAME={{ postgres_name }}
|
||||
|
|
|
|||
Reference in a new issue