wokring on gitea and fixed some perms
This commit is contained in:
23
gitea/docker-compose.yml
Normal file
23
gitea/docker-compose.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
networks:
|
||||
gitea:
|
||||
external: false
|
||||
|
||||
services:
|
||||
server:
|
||||
image: docker.gitea.com/gitea:1.24.7
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1010
|
||||
- USER_GID=1010
|
||||
restart: always
|
||||
networks:
|
||||
- gitea
|
||||
volumes:
|
||||
- ./data/:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "222:22"
|
||||
labels:
|
||||
- ""
|
||||
Reference in New Issue
Block a user