mealie network change + gitea changes
This commit is contained in:
@@ -9,17 +9,16 @@ services:
|
|||||||
image: gitea/gitea:latest
|
image: gitea/gitea:latest
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1001
|
||||||
- USER_GID=1000
|
- USER_GID=1001
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- gitea
|
|
||||||
- proxy
|
- proxy
|
||||||
volumes:
|
volumes:
|
||||||
- /zstore/Docker-volumes/Gitea:/data
|
- /zstore/Docker-volumes/Gitea:/data
|
||||||
- /home/git/.ssh/:/data/git/.ssh
|
# - /home/git/.ssh/:/data/git/.ssh
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
# ports:
|
ports:
|
||||||
# - "3000:3000"
|
# - "3000:3000"
|
||||||
#- "2222:22"
|
- "2222:2222"
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ services:
|
|||||||
image: ghcr.io/mealie-recipes/mealie:latest
|
image: ghcr.io/mealie-recipes/mealie:latest
|
||||||
container_name: mealie
|
container_name: mealie
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
# ports:
|
||||||
- "9925:9000" #
|
# - "9925:9000" #
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
@@ -45,3 +45,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
mealie-data:
|
mealie-data:
|
||||||
mealie-pgdata:
|
mealie-pgdata:
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
external: true
|
||||||
|
name: proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user