fix: s/gitea/forgejo

This commit is contained in:
Aravinth Manivannan 2025-01-02 18:17:25 +05:30
parent fb527d1f33
commit 2f9ce4be5d
Signed by: realaravinth
GPG key ID: F8F50389936984FF

View file

@ -5,19 +5,12 @@ networks:
external: false external: false
services: services:
server: forgejo:
image: gitea/gitea:1.16.5 image: codeberg.org/forgejo/forgejo:9
container_name: gitea
environment: environment:
- USER_UID=1000 - FORGEJO__security__INSTALL_LOCK=true
- USER_GID=1000 - FORGEJO__federation__ENABLED=true
restart: always - FORGEJO__server__ROOT_URL=http://localhost
networks: - FORGEJO__server__HTTP_PORT=3000
- gitea
volumes:
- ./tmp/gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports: ports:
- "3000:3000" - "3000:3000"
- "2221:22"