Compare commits
2 Commits
c580e35ebd
...
abc3875d15
Author | SHA1 | Date | |
---|---|---|---|
abc3875d15
|
|||
3b356f9bcd |
@@ -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
|
||||
|
@@ -40,8 +40,8 @@ gitea:
|
||||
readOnly: true
|
||||
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 -xJvf catppuccin-gitea.tar.gz -C /data/gitea/public/assets/css;
|
||||
wget https://github.com/catppuccin/gitea/releases/latest/download/catppuccin-gitea.tar.gz;
|
||||
tar -xvzf catppuccin-gitea.tar.gz -C /data/gitea/public/assets/css;
|
||||
rm catppuccin-gitea.tar.gz;
|
||||
gitea:
|
||||
metrics:
|
||||
|
Reference in New Issue
Block a user