mirror of
https://github.com/StepanovPlaton/HomeServerServices.git
synced 2026-04-04 04:40:45 +04:00
Add homepage and memos
This commit is contained in:
1
memos/.env.example
Normal file
1
memos/.env.example
Normal file
@@ -0,0 +1 @@
|
||||
MEMOS_URL=https://todo.domain.ru
|
||||
16
memos/docker-compose.yml
Normal file
16
memos/docker-compose.yml
Normal 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
BIN
memos/memos/memos_prod.db
Normal file
Binary file not shown.
BIN
memos/memos/memos_prod.db-shm
Normal file
BIN
memos/memos/memos_prod.db-shm
Normal file
Binary file not shown.
0
memos/memos/memos_prod.db-wal
Normal file
0
memos/memos/memos_prod.db-wal
Normal file
Reference in New Issue
Block a user