mirror of
https://gitea.invidious.io/iv-org/infrastructure.git
synced 2024-08-15 00:53:31 +00:00
18 lines
334 B
YAML
18 lines
334 B
YAML
---
|
|
services:
|
|
server:
|
|
image: docker.io/gitea/gitea:1.21.11
|
|
environment:
|
|
- USER_UID=1000
|
|
- USER_GID=1000
|
|
restart: unless-stopped
|
|
volumes:
|
|
- gitea:/data
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
ports:
|
|
- "3200:3000"
|
|
- "222:22"
|
|
|
|
volumes:
|
|
gitea:
|