mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
24 lines
410 B
YAML
24 lines
410 B
YAML
---
|
|
|
|
# sources:
|
|
# - https://docs.gitea.com/installation/install-with-docker-rootless
|
|
|
|
version: '2'
|
|
|
|
services:
|
|
server:
|
|
image: gitea/gitea:1.21.11-rootless
|
|
restart: unless-stopped
|
|
volumes:
|
|
- data:/var/lib/gitea
|
|
- config:/etc/gitea
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
ports:
|
|
- 3000:3000
|
|
- 2222:2222
|
|
|
|
volumes:
|
|
config:
|
|
data:
|