Updated Gitea
This commit is contained in:
parent
9f53a89015
commit
d1ea4ea514
@ -15,5 +15,5 @@
|
||||
become: true
|
||||
|
||||
- name: Curl Github theme
|
||||
shell: curl -s 'https://raw.githubusercontent.com/Rainnny7/gitea-github-theme/master/theme-github.css' > {{ docker_dir }}/gitea/data/public/assets/css/theme-github.css
|
||||
shell: curl -s 'https://raw.githubusercontent.com/Rainnny7/gitea-github-theme/master/theme-github.css' > {{ docker_dir }}/gitea/data/custom/public/assets/css/theme-github.css
|
||||
ignore_errors: true
|
@ -2,7 +2,7 @@
|
||||
version: "3"
|
||||
services:
|
||||
gitea:
|
||||
image: gitea/gitea:1.22.0-rc1-rootless
|
||||
image: gitea/gitea:1.22.0-rootless
|
||||
container_name: gitea
|
||||
security_opt:
|
||||
- no-new-privileges
|
||||
|
@ -1,6 +1,10 @@
|
||||
config:
|
||||
oracle3:
|
||||
- gitea
|
||||
|
||||
compose:
|
||||
oracle4:
|
||||
- caddy
|
||||
oracle3:
|
||||
- gitea
|
||||
|
||||
# ----------------------------------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user