mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
fix high-priority stacks: add missing sample.env+README for hedgedoc, memos, posthog, shlink
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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:
|
||||
Reference in New Issue
Block a user