Upgrade to Forgejo v7

This commit is contained in:
Awiteb 2024-04-23 23:59:27 +03:00
parent 8da08b9881
commit e8624ad830
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ services:
command: [ "dockerd", "-H", "tcp://0.0.0.0:2375", "--tls=false" ]
forgejo:
image: codeberg.org/forgejo/forgejo:1.21
image: codeberg.org/forgejo/forgejo:7
container_name: forgejo
command: >-
bash -c '
@ -49,7 +49,7 @@ services:
sleep 1 ;
done ;
chown -R 1000:1000 /data
'
'
runner-daemon:
image: code.forgejo.org/forgejo/runner:3.3.0

View file

@ -19,7 +19,7 @@ WORK_PATH = /data/forgejo
[ui]
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
ONLY_SHOW_RELEVANT_REPOS = true