An open API service indexing awesome lists of open source software.

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.

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)