Add homepage and memos

This commit is contained in:
2026-02-03 13:59:22 +04:00
parent e548189596
commit dd5a5f6fca
12 changed files with 80 additions and 3 deletions

1
memos/.env.example Normal file
View File

@@ -0,0 +1 @@
MEMOS_URL=https://todo.domain.ru

16
memos/docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
services:
memos:
image: docker.io/neosmemo/memos:stable
container_name: memos
restart: always
volumes:
- ./memos:/var/opt/memos
environment:
- MEMOS_INSTANCE_URL=${MEMOS_URL:?}
networks:
- memos_network
networks:
memos_network:
name: memos_network
driver: bridge

BIN
memos/memos/memos_prod.db Normal file

Binary file not shown.

Binary file not shown.

View File