Skip to content
This repository was archived by the owner on May 7, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.31 KB

Gitea Nginx

Github Stars GitHub readme Docker Stars Docker Hub

Version Docker Pulls

Gitea Nginx Server

For Gitea config see their docs.

Docker compose

version: "2.4"
services:
  db:
    ...
  gitea:
    ...

  gitea-nginx:
    image: gitea-nginx
    environment:
      - GITEA_SERVER=gitea
      - NGINX_DOMAIN=gitea.example.com