Upgrade to Forgejo v7
This commit is contained in:
parent
8da08b9881
commit
e8624ad830
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ services:
|
||||||
command: [ "dockerd", "-H", "tcp://0.0.0.0:2375", "--tls=false" ]
|
command: [ "dockerd", "-H", "tcp://0.0.0.0:2375", "--tls=false" ]
|
||||||
|
|
||||||
forgejo:
|
forgejo:
|
||||||
image: codeberg.org/forgejo/forgejo:1.21
|
image: codeberg.org/forgejo/forgejo:7
|
||||||
container_name: forgejo
|
container_name: forgejo
|
||||||
command: >-
|
command: >-
|
||||||
bash -c '
|
bash -c '
|
||||||
|
|
|
@ -19,7 +19,7 @@ WORK_PATH = /data/forgejo
|
||||||
|
|
||||||
[ui]
|
[ui]
|
||||||
DEFAULT_THEME = github
|
DEFAULT_THEME = github
|
||||||
THEMES = github,forgejo-auto,forgejo-light,forgejo-dark,arc-green
|
THEMES = github,forgejo-auto,forgejo-light,forgejo-dark
|
||||||
CUSTOM_EMOJIS = forgejo,codeberg,git
|
CUSTOM_EMOJIS = forgejo,codeberg,git
|
||||||
ONLY_SHOW_RELEVANT_REPOS = true
|
ONLY_SHOW_RELEVANT_REPOS = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue