mirror of
https://github.com/usememos/memos.git
synced 2024-11-11 01:12:40 +08:00
3f0601f651
* Integrate Uffizzi * Update docker-compose.uffizzi.yml Start memos in dev mode Co-authored-by: boojack <stevenlgtm@gmail.com> Co-authored-by: boojack <stevenlgtm@gmail.com>
18 lines
249 B
YAML
18 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", "dev"]
|
|
|
|
volumes:
|
|
memos_volume:
|
|
|