Compare commits
2 Commits
c6cc7d4c6c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
d5078186e7
|
|||
|
57bb696e6e
|
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
gitea_app:
|
gitea_app:
|
||||||
image: gitea/gitea:1.25.0
|
image: gitea/gitea:1.25.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: gitea_app
|
container_name: gitea_app
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -14,6 +14,9 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- MEMOS_MODE=prod
|
- MEMOS_MODE=prod
|
||||||
- MEMOS_PORT=5230
|
- MEMOS_PORT=5230
|
||||||
|
- MEMOS_STORAGE_TYPE=local
|
||||||
|
- MEMOS_STORAGE_PATH=assets/{uuid}
|
||||||
|
- MEMOS_MAX_FILE_SIZE=52428800
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
web_proxy_network:
|
web_proxy_network:
|
||||||
|
|||||||
Reference in New Issue
Block a user