mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-09-03 17:53:33 +00:00
replace blinko with memos
This commit is contained in:
2
memos/.gitignore
vendored
Normal file
2
memos/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/data/*
|
||||
!.gitkeep
|
0
memos/data/.gitkeep
Normal file
0
memos/data/.gitkeep
Normal file
16
memos/docker-compose.yaml
Normal file
16
memos/docker-compose.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
networks:
|
||||
caddy:
|
||||
name: caddy
|
||||
driver: bridge
|
||||
external: true
|
||||
|
||||
services:
|
||||
memos:
|
||||
image: neosmemo/memos:0.25
|
||||
container_name: memos
|
||||
volumes:
|
||||
- ./data/app:/var/opt/memos
|
||||
ports:
|
||||
- 5230:5230
|
||||
networks:
|
||||
- caddy
|
Reference in New Issue
Block a user