Compare commits

..

No commits in common. "180f99e4acd04aaffb0c387d0f4e01f8ae825c0f" and "3af65701c6d18539ccc3fc4fdf6833c7764200a8" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View file

@ -7,9 +7,8 @@ templatefiles:
dest: ~/compose.yml dest: ~/compose.yml
exports: exports:
web: web:
sites: - proxyaddress: "http://127.0.0.1:{{ ports.web }}"
- proxyaddress: "http://127.0.0.1:{{ ports.web }}" publicname: "{{ config.publicurl | default(name, true) }}"
publicname: "{{ config.publicurl | default(name, true) }}"
configdefinition: configdefinition:
description: Extra forgejo description: Extra forgejo
type: object type: object

View file

@ -6,7 +6,7 @@ networks:
services: services:
server: server:
image: codeberg.org/forgejo/forgejo:11 image: codeberg.org/forgejo/forgejo:9
container_name: forgejo container_name: forgejo
environment: environment:
- USER_UID=1000 - USER_UID=1000