https://github.com/mys1024/easy-gitea
Easily startup a Gitea container with Docker Compose.
https://github.com/mys1024/easy-gitea
docker docker-compose gitea podman podman-compose
Last synced: about 1 year ago
JSON representation
Easily startup a Gitea container with Docker Compose.
- Host: GitHub
- URL: https://github.com/mys1024/easy-gitea
- Owner: mys1024
- License: mit
- Created: 2022-01-21T16:05:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-18T19:24:04.000Z (about 1 year ago)
- Last Synced: 2025-02-14T05:45:50.087Z (about 1 year ago)
- Topics: docker, docker-compose, gitea, podman, podman-compose
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# easy-gitea
Easily startup a [**Gitea**](https://about.gitea.com/) container with [**Docker Compose**](https://docs.docker.com/compose/).
## Usage
1. Create a file named `.env` with your custom configurations:
```sh
GITEA_PORT_SSH=2222 # optional, defaults to "2222"
GITEA_PORT_HTTP=3000 # optional, defaults to "3000"
```
2. Startup:
```sh
docker-compose up -d
```
## License
[MIT](./LICENSE) License © 2024-PRESENT [mys1024](https://github.com/mys1024)