Compare commits
No commits in common. "180f99e4acd04aaffb0c387d0f4e01f8ae825c0f" and "3af65701c6d18539ccc3fc4fdf6833c7764200a8" have entirely different histories.
180f99e4ac
...
3af65701c6
2 changed files with 3 additions and 4 deletions
|
|
@ -7,9 +7,8 @@ templatefiles:
|
|||
dest: ~/compose.yml
|
||||
exports:
|
||||
web:
|
||||
sites:
|
||||
- proxyaddress: "http://127.0.0.1:{{ ports.web }}"
|
||||
publicname: "{{ config.publicurl | default(name, true) }}"
|
||||
- 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:11
|
||||
image: codeberg.org/forgejo/forgejo:9
|
||||
container_name: forgejo
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue