Compare commits
2 Commits
c812e291e7
...
c580e35ebd
Author | SHA1 | Date | |
---|---|---|---|
c580e35ebd
|
|||
809cde214f |
@@ -9,7 +9,7 @@ komodo:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/moghtech/komodo-core
|
||||
tag: 1.17.5
|
||||
tag: 1.18.4
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: COMPOSE_LOGGING_DRIVER
|
||||
|
@@ -41,7 +41,7 @@ gitea:
|
||||
mountPath: /data/gitea/public/assets/css
|
||||
initPreScript: |
|
||||
curl https://github.com/catppuccin/gitea/releases/download/v1.0.2/catppuccin-gitea.tar.gz -o catppuccin-gitea.tar.gz;
|
||||
tar -xf catppuccin-gitea.tar.gz -C /data/gitea/public/assets/css;
|
||||
tar -xJvf catppuccin-gitea.tar.gz -C /data/gitea/public/assets/css;
|
||||
rm catppuccin-gitea.tar.gz;
|
||||
gitea:
|
||||
metrics:
|
||||
|
Reference in New Issue
Block a user