mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2026-05-29 15:35:59 +00:00
Compare commits
3 Commits
ba03407420
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| daa56d72ef | |||
| fc73b80930 | |||
| a3d051c71a |
+4
-2
@@ -53,10 +53,12 @@
|
|||||||
{$GITEA_DOMAIN} {
|
{$GITEA_DOMAIN} {
|
||||||
import access-log
|
import access-log
|
||||||
request_body {
|
request_body {
|
||||||
max_size 512MB
|
max_size 2048MB
|
||||||
}
|
}
|
||||||
|
@not_registry not path /v2/*
|
||||||
route {
|
route {
|
||||||
import security
|
crowdsec
|
||||||
|
appsec @not_registry
|
||||||
reverse_proxy http://gitea:3000 {
|
reverse_proxy http://gitea:3000 {
|
||||||
header_up Host {http.request.host}
|
header_up Host {http.request.host}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
memos:
|
memos:
|
||||||
image: neosmemo/memos:0.27
|
image: neosmemo/memos:0.29
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: memos
|
container_name: memos
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ services:
|
|||||||
- "--label-enable"
|
- "--label-enable"
|
||||||
- "--cleanup"
|
- "--cleanup"
|
||||||
- "--interval"
|
- "--interval"
|
||||||
- "600" # 10 minutes
|
- "28800" # 8 hours
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
|
|||||||
Reference in New Issue
Block a user