CasaOS-Store/Apps/Gitea/docker-compose.yml

85 lines
2.9 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: gitea
services:
gitea:
environment:
USER_GID: "1000"
USER_UID: "1000"
image: gitea/gitea:1.18.5
deploy:
resources:
reservations:
memory: 256M
network_mode: bridge
ports:
- target: 3000
published: "3000"
protocol: tcp
- target: 22
published: "222"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/$AppID/data
target: /data
x-casaos:
author: CasaOS Team
category: Developer
container:
envs:
- container: USER_UID
description:
en_US: The UID (Unix user ID) of the user that runs Gitea
zh_CN: Gitea 运行的用户的 UIDUnix 用户 ID
- container: USER_GID
description:
en_US: The GID (Unix group ID) of the user that runs Gitea
zh_CN: Gitea 运行的用户的 GIDUnix 组 ID
index: /
port_map: "3000"
ports:
- container: "3000"
description:
en_US: WebUI Port
zh_CN: WebUI 端口
- container: "22"
description:
en_US: SSH Port
zh_CN: SSH 端口
volumes:
- container: /data
description:
en_US: Gitea data directory.
zh_CN: Gitea 数据目录。
description:
en_US: Gitea is a community managed lightweight code hosting solution written in Go.
zh_CN: Gitea 是一个由社区管理的轻量级代码托管解决方案,由 Go 编写。
developer: Gitea
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-4.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-5.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-6.jpg
tagline:
en_US: Git with a cup of tea
zh_CN: Git 与一杯茶
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/thumbnail.png
tips:
before_install:
en_US: |
When the App is installed, the first account registered will become the administrator account.
zh_CN: |
安装应用后,注册的第一个账号将成为管理员账号。
title:
en_US: Gitea
x-casaos:
architectures:
- amd64
- arm64
main_app: gitea