1
0
Fork 0

Update gitea

This commit is contained in:
🎷🐢 Sean-Patrick Ortencio Clayton 2022-05-08 11:15:39 -04:00
parent 29ece37390
commit 7715e7a470
Signed by: sean
SSH Key Fingerprint: SHA256:zkuPrRvkEDiQQv1Y5yScWa6I4zhj+eiv7XnP8pxIxVU
1 changed files with 4 additions and 1 deletions

View File

@ -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