Compare commits

..

No commits in common. "975639d310ce8b1af8e7e43cc8f2e14450521b27" and "009117ad11a14c569f26683a9aaac7abd603a331" have entirely different histories.

View File

@ -1,3 +1,6 @@
version: "3.8"
#ideally, i'd like to upgrade docker-compose version 1.25.5 at least to use v3.8 and later, where mem_limit works outside of a swarm deploy.
networks:
gitea:
external: false
@ -8,7 +11,7 @@ networks:
services:
gitea:
container_name: gitea
image: gitea/gitea:1.22.4
image: gitea/gitea:1.15.5
restart: always
env_file: ./secrets/gitea.secret
networks:
@ -24,7 +27,7 @@ services:
- "traefik.http.routers.gitea.entrypoints=websecure"
- "traefik.http.routers.gitea.tls.certresolver=myhttpchallenge"
- "traefik.http.services.gitea.loadbalancer.server.port=3000"
mem_limit: 400m
mem_limit: 1g
db:
container_name: gitea_db