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"

View File

@@ -3,8 +3,8 @@ services:
image: ghcr.io/mealie-recipes/mealie:latest
container_name: mealie
restart: always
ports:
- "9925:9000" #
# ports:
# - "9925:9000" #
deploy:
resources:
limits:
@@ -45,3 +45,8 @@ services:
volumes:
mealie-data:
mealie-pgdata:
networks:
default:
external: true
name: proxy