Compare commits

..

3 Commits

Author SHA1 Message Date
aykhans daa56d72ef watchtower: set interval to 8 hours 2026-05-28 12:07:53 +00:00
aykhans fc73b80930 memos: update 2026-05-28 12:07:18 +00:00
aykhans a3d051c71a caddy fix 2026-05-20 12:37:14 +04:00
3 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -53,10 +53,12 @@
{$GITEA_DOMAIN} {
import access-log
request_body {
max_size 512MB
max_size 2048MB
}
@not_registry not path /v2/*
route {
import security
crowdsec
appsec @not_registry
reverse_proxy http://gitea:3000 {
header_up Host {http.request.host}
}
+1 -1
View File
@@ -6,7 +6,7 @@ networks:
services:
memos:
image: neosmemo/memos:0.27
image: neosmemo/memos:0.29
restart: unless-stopped
container_name: memos
labels:
+1 -1
View File
@@ -10,7 +10,7 @@ services:
- "--label-enable"
- "--cleanup"
- "--interval"
- "600" # 10 minutes
- "28800" # 8 hours
logging:
driver: "json-file"
options: