mirror of
https://github.com/usememos/memos.git
synced 2024-11-13 18:31:28 +08:00
afaaec8492
* feat(mode): add demo mode * chroe: Update store/db/db.go Co-authored-by: boojack <stevenlgtm@gmail.com> * chroe: Update store/db/db.go Co-authored-by: boojack <stevenlgtm@gmail.com> --------- Co-authored-by: boojack <stevenlgtm@gmail.com>
17 lines
249 B
YAML
17 lines
249 B
YAML
version: "3.0"
|
|
|
|
# uffizzi integration
|
|
x-uffizzi:
|
|
ingress:
|
|
service: memos
|
|
port: 5230
|
|
|
|
services:
|
|
memos:
|
|
image: "${MEMOS_IMAGE}"
|
|
volumes:
|
|
- memos_volume:/var/opt/memos
|
|
command: ["--mode", "demo"]
|
|
|
|
volumes:
|
|
memos_volume:
|