mealie network change + gitea changes

This commit is contained in:
2025-10-13 21:37:23 +02:00
parent ccb4dbc2f3
commit 1767070d14
2 changed files with 13 additions and 9 deletions

View File

@@ -9,17 +9,16 @@ services:
image: gitea/gitea:latest
container_name: gitea
environment:
- USER_UID=1000
- USER_GID=1000
- USER_UID=1001
- USER_GID=1001
restart: always
networks:
- gitea
- proxy
volumes:
- /zstore/Docker-volumes/Gitea:/data
- /home/git/.ssh/:/data/git/.ssh
# - /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:2222"