mirror of
https://github.com/usememos/memos.git
synced 2024-12-21 02:01:55 +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:
|