diff --git a/roles/gitea/templates/docker-compose.yml b/roles/gitea/templates/docker-compose.yml index c03bb3d..1710acb 100644 --- a/roles/gitea/templates/docker-compose.yml +++ b/roles/gitea/templates/docker-compose.yml @@ -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: