feat: init woodpecker #1
1 changed files with 7 additions and 14 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue