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
services:
server:
image: gitea/gitea:1.16.5
container_name: gitea
forgejo:
image: codeberg.org/forgejo/forgejo:9
environment:
- USER_UID=1000
- USER_GID=1000
restart: always
networks:
- gitea
volumes:
- ./tmp/gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- FORGEJO__security__INSTALL_LOCK=true
- FORGEJO__federation__ENABLED=true
- FORGEJO__server__ROOT_URL=http://localhost
- FORGEJO__server__HTTP_PORT=3000
ports:
- "3000:3000"
- "2221:22"
- "3000:3000"