Compare commits
2 commits
3af65701c6
...
180f99e4ac
| Author | SHA1 | Date | |
|---|---|---|---|
| 180f99e4ac | |||
| ef1cd3d27f |
2 changed files with 4 additions and 3 deletions
|
|
@ -7,8 +7,9 @@ templatefiles:
|
|||
dest: ~/compose.yml
|
||||
exports:
|
||||
web:
|
||||
- proxyaddress: "http://127.0.0.1:{{ ports.web }}"
|
||||
publicname: "{{ config.publicurl | default(name, true) }}"
|
||||
sites:
|
||||
- proxyaddress: "http://127.0.0.1:{{ ports.web }}"
|
||||
publicname: "{{ config.publicurl | default(name, true) }}"
|
||||
configdefinition:
|
||||
description: Extra forgejo
|
||||
type: object
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ networks:
|
|||
|
||||
services:
|
||||
server:
|
||||
image: codeberg.org/forgejo/forgejo:9
|
||||
image: codeberg.org/forgejo/forgejo:11
|
||||
container_name: forgejo
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue