mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-11 00:56:17 +00:00
added gitea
This commit is contained in:
27
gitea/compose.yml
Normal file
27
gitea/compose.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
# https://about.gitea.com/
|
||||
|
||||
# Private, Fast, Reliable DevOps Platform
|
||||
|
||||
name: gitea
|
||||
|
||||
services:
|
||||
gitea:
|
||||
image: gitea/gitea
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
volumes:
|
||||
- ./data:/data
|
||||
#- /etc/timezone:/etc/timezone:ro
|
||||
#- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- 3004:3000
|
||||
- 222:22
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
Reference in New Issue
Block a user