new services + proxy network rework

This commit is contained in:
2025-10-13 15:09:05 +02:00
parent aed7d849be
commit ccb4dbc2f3
26 changed files with 287 additions and 37 deletions

15
Gitea/docker-compose.yml Normal file → Executable file
View File

@@ -1,24 +1,25 @@
version: "3"
networks:
gitea:
external: false
proxy:
external: true
services:
server:
image: gitea/gitea:latest
container_name: gitea
environment:
- USER_UID=121
- USER_GID=131
- USER_UID=1000
- USER_GID=1000
restart: always
networks:
- gitea
- proxy
volumes:
- /zstore/Docker-volumes/Gitea:/data
- /home/git/.ssh/:/data/git/.ssh
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "3000:3000"
- "2222:22"
# ports:
#- "3000:3000"
#- "2222:22"