From 7715e7a470311e3fe2fddd392938400117a97304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8E=B7=F0=9F=90=A2=20Sean-Patrick=20Ortencio=20Clayt?= =?UTF-8?q?on?= Date: Sun, 8 May 2022 11:15:39 -0400 Subject: [PATCH] Update gitea --- gitea.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gitea.yaml b/gitea.yaml index 82e86d9..105470f 100755 --- a/gitea.yaml +++ b/gitea.yaml @@ -32,7 +32,7 @@ name: "{{ stack_prefix_name }}gitea" recreate: true restart_policy: unless-stopped - image: gitea/gitea:1.16.4 + image: gitea/gitea:1.16.7 published_ports: - "3000:3000" env: @@ -48,6 +48,9 @@ - name: "{{ stack_external_network }}" # May need to open ssh ports for some things. Maybe not. mounts: + - source: "/home/server/gitea-app.ini" + target: /data/gitea/conf/app.ini + type: bind - source: "{{ stack_prefix_name }}gitea_data" target: /data - source: /etc/timezone