use new web export format
This commit is contained in:
parent
3af65701c6
commit
ef1cd3d27f
1 changed files with 3 additions and 2 deletions
|
|
@ -7,8 +7,9 @@ templatefiles:
|
||||||
dest: ~/compose.yml
|
dest: ~/compose.yml
|
||||||
exports:
|
exports:
|
||||||
web:
|
web:
|
||||||
- proxyaddress: "http://127.0.0.1:{{ ports.web }}"
|
sites:
|
||||||
publicname: "{{ config.publicurl | default(name, true) }}"
|
- proxyaddress: "http://127.0.0.1:{{ ports.web }}"
|
||||||
|
publicname: "{{ config.publicurl | default(name, true) }}"
|
||||||
configdefinition:
|
configdefinition:
|
||||||
description: Extra forgejo
|
description: Extra forgejo
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue