1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
d5078186e7 Gitea: upgrade to 1.25.1 2025-11-05 09:34:07 +03:00
57bb696e6e Memos: configure local storage 2025-11-04 17:19:29 +03:00
2 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
services:
gitea_app:
image: gitea/gitea:1.25.0
image: gitea/gitea:1.25.1
restart: unless-stopped
container_name: gitea_app
ports:

View File

@@ -14,6 +14,9 @@ services:
environment:
- MEMOS_MODE=prod
- MEMOS_PORT=5230
- MEMOS_STORAGE_TYPE=local
- MEMOS_STORAGE_PATH=assets/{uuid}
- MEMOS_MAX_FILE_SIZE=52428800
networks:
web_proxy_network: