adopting gitea 1.18.0

This commit is contained in:
hyung-hwan 2022-12-30 16:59:36 +09:00
parent d1231dfd0b
commit e75d5c9753

View File

@ -11,7 +11,7 @@ networks:
services: services:
gitea-service: gitea-service:
image: gitea/gitea:1.17.4 image: gitea/gitea:1.18.0
hostname: gitea-service-host hostname: gitea-service-host
tty: true tty: true
environment: environment:
@ -62,6 +62,11 @@ services:
# - target: 22 # - target: 22
# published: 222 # published: 222
# protocol: tcp # protocol: tcp
logging:
driver: "local"
options:
max-file: "5"
max-size: "5m"
deploy: deploy:
mode: replicated mode: replicated
replicas: 1 replicas: 1