mealie network change + gitea changes
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user