14 lines
146 B
YAML
14 lines
146 B
YAML
|
---
|
||
|
version: "3.7"
|
||
|
|
||
|
services:
|
||
|
gitea:
|
||
|
image: gitea/gitea:1.11.4
|
||
|
volumes:
|
||
|
- git:/data
|
||
|
ports:
|
||
|
- 3000:3000
|
||
|
|
||
|
volumes:
|
||
|
git:
|