mirror of
https://github.com/usememos/memos.git
synced 2025-01-02 19:23:30 +03:00
18 lines
248 B
YAML
18 lines
248 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:
|