This commit is contained in:
krumel
2024-01-20 20:15:50 +00:00
parent 646b9481af
commit f1e8c9aec0
3 changed files with 0 additions and 88 deletions

View File

@ -1,26 +0,0 @@
version: "3"
services:
server:
image: gitea/gitea:1.13.7
container_name: gitea
environment:
- USER_UID=2000
- USER_GID=2000
restart: always
networks:
- gitea
volumes:
- /srv/gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /home/git/.ssh/:/data/git/.ssh
ports:
- "3300:3000"
- "127.0.0.1:3322:22"
networks:
gitea:
ipam:
config:
- subnet: 172.20.30.0/24