feat: add Uffizzi Integration (#655)

* 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>
This commit is contained in:
Shruti Chaturvedi
2022-12-08 21:15:23 +05:30
committed by GitHub
parent 6f8e3432e9
commit 3f0601f651
3 changed files with 201 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
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: