double max mem allocated to gitea from 200Mo to 400Mo cause I can afford it

This commit is contained in:
Hurlu 2024-12-03 22:49:07 +01:00
parent 3c88e2d4fb
commit 975639d310

View File

@ -24,7 +24,7 @@ services:
- "traefik.http.routers.gitea.entrypoints=websecure" - "traefik.http.routers.gitea.entrypoints=websecure"
- "traefik.http.routers.gitea.tls.certresolver=myhttpchallenge" - "traefik.http.routers.gitea.tls.certresolver=myhttpchallenge"
- "traefik.http.services.gitea.loadbalancer.server.port=3000" - "traefik.http.services.gitea.loadbalancer.server.port=3000"
mem_limit: 200m mem_limit: 400m
db: db:
container_name: gitea_db container_name: gitea_db