Compare commits
2 Commits
c6cc7d4c6c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
d5078186e7
|
|||
|
57bb696e6e
|
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user