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" ]
|
||||
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue