mirror of
https://git.turbo-data.com/nprasad2077/docker-templates.git
synced 2026-09-22 08:05:56 +00:00
16 lines
350 B
YAML
16 lines
350 B
YAML
services:
|
|
gitea:
|
|
image: gitea/gitea:latest
|
|
ports:
|
|
- '3000:3000'
|
|
- '222:22'
|
|
volumes:
|
|
- /portainer/Files/AppData/Config/Gitea:/data
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
environment:
|
|
PUID: '1000'
|
|
PGID: '100'
|
|
restart: unless-stopped
|
|
container_name: gitea
|