mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
17 lines
317 B
YAML
17 lines
317 B
YAML
services:
|
|
memos:
|
|
image: ${MEMOS_IMAGE:-neosmemo/memos:stable}
|
|
restart: ${MEMOS_RESTART:-unless-stopped}
|
|
volumes:
|
|
- ${VOL_PATH:-/data}/memos:/var/opt/memos
|
|
ports:
|
|
- "${MEMOS_PORT:-5230}:5230"
|
|
networks:
|
|
- proxy
|
|
- internal
|
|
|
|
networks:
|
|
proxy:
|
|
external: true
|
|
internal:
|