Updated Gitea
This commit is contained in:
parent
9f53a89015
commit
d1ea4ea514
@ -15,5 +15,5 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Curl Github theme
|
- 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
|
ignore_errors: true
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
gitea:
|
gitea:
|
||||||
image: gitea/gitea:1.22.0-rc1-rootless
|
image: gitea/gitea:1.22.0-rootless
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges
|
- no-new-privileges
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
|
config:
|
||||||
|
oracle3:
|
||||||
|
- gitea
|
||||||
|
|
||||||
compose:
|
compose:
|
||||||
oracle4:
|
oracle3:
|
||||||
- caddy
|
- gitea
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user