mirror of https://github.com/usememos/memos
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
249 B
YAML
19 lines
249 B
YAML
2 years ago
|
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:
|
||
|
|