https://github.com/bonniss/docker-forgejo
https://github.com/bonniss/docker-forgejo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bonniss/docker-forgejo
- Owner: bonniss
- Created: 2024-10-14T03:22:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T03:22:54.000Z (7 months ago)
- Last Synced: 2025-03-20T08:48:24.602Z (about 1 month ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```