2023-03-25 12:07:14 +00:00
|
|
|
version: "3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
server:
|
|
|
|
image: gitea/gitea:1.19.0
|
|
|
|
environment:
|
|
|
|
- GITEA__actions__ENABLED=true
|
|
|
|
- GITEA__indexer__REPO_INDEXER_ENABLED=true
|
|
|
|
- GITEA__server__SSH_PORT=2222
|
|
|
|
volumes:
|
|
|
|
- gitea-data:/data
|
|
|
|
- /etc/timezone:/etc/timezone:ro
|
|
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
ports:
|
|
|
|
- "5000:3000"
|
2023-03-25 14:23:28 +00:00
|
|
|
- "2222:22"
|
2023-03-25 12:07:14 +00:00
|
|
|
volumes:
|
|
|
|
gitea-data:
|