Git: Migrate gitea to forgejo
This commit is contained in:
parent
ce3ab9f5f2
commit
cae68d9a46
1 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
|||
services:
|
||||
web:
|
||||
image: gitea/gitea:latest
|
||||
image: codeberg.org/forgejo/forgejo:8
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
- GITEA__service__DISABLE_REGISTRATION=true
|
||||
- GITEA__actions__ENABLED=true
|
||||
- GITEA__actions__DEFAULT_ACTIONS_URL=self
|
||||
- GITEA__packages__ENABLED=true
|
||||
- FORGEJO__service__DISABLE_REGISTRATION=true
|
||||
- FORGEJO__actions__ENABLED=true
|
||||
- FORGEJO__actions__DEFAULT_ACTIONS_URL=self
|
||||
- FORGEJO__packages__ENABLED=true
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- {{ server.work_dir }}/gitea/data/:/data
|
||||
- {{ server.work_dir }}/forgejo/data/:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
networks:
|
||||
|
|
Loading…
Reference in a new issue