From e75d5c97530e118c0a88de72ce96e64f2f49e35e Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 30 Dec 2022 16:59:36 +0900 Subject: [PATCH] adopting gitea 1.18.0 --- docker-stack/gitea.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docker-stack/gitea.yml b/docker-stack/gitea.yml index 4f4de1d..3e58f5d 100644 --- a/docker-stack/gitea.yml +++ b/docker-stack/gitea.yml @@ -11,7 +11,7 @@ networks: services: gitea-service: - image: gitea/gitea:1.17.4 + image: gitea/gitea:1.18.0 hostname: gitea-service-host tty: true environment: @@ -62,6 +62,11 @@ services: # - target: 22 # published: 222 # protocol: tcp + logging: + driver: "local" + options: + max-file: "5" + max-size: "5m" deploy: mode: replicated replicas: 1