# rpi-gitea **Repository Path**: midaug/rpi-gitea ## Basic Information - **Project Name**: rpi-gitea - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-16 - **Last Updated**: 2021-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rpi-gitea ```shell version: '3.3' services: gitea: image: midaug/rpi-gitea container_name: gitea restart: always ports: - "30022:22" - "30000:3000" volumes: - "/data/docker/gitea:/data" ```