docker-compose.uffizzi.yml 249 B

123456789101112131415161718
  1. version: "3.0"
  2. # uffizzi integration
  3. x-uffizzi:
  4. ingress:
  5. service: memos
  6. port: 5230
  7. services:
  8. memos:
  9. image: "${MEMOS_IMAGE}"
  10. volumes:
  11. - memos_volume:/var/opt/memos
  12. command: ["--mode", "dev"]
  13. volumes:
  14. memos_volume: