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

https://github.com/bonniss/docker-forgejo


https://github.com/bonniss/docker-forgejo

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Forgejo setup

Forgejo là fork của Gittea nên nhiều chỗ đọc docs Gittea cũng được.

## Up

```sh
docker compose --env-file ./.env.production up -d
```
## Down

```sh
docker compose --env-file down
```