Skip to content

Commit

Permalink
lug: migrate db and git server to nfs27T (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
truc0 authored Nov 28, 2024
1 parent 9a3989a commit 766b228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.siyuan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
container_name: siyuan-postgres
volumes:
- './postgresql.siyuan.conf:/etc/postgresql/postgresql.conf:ro'
- "/mnt/data32T/postgres-data:/var/lib/postgresql/data"
- "/mnt/nfs27T/postgres-data:/var/lib/postgresql/data"
mem_limit: 30G
memswap_limit: 30G

Expand Down Expand Up @@ -107,7 +107,7 @@ services:
git-backend:
container_name: siyuan-git-backend
volumes:
- "/mnt/data32T/git:/git:z"
- "/mnt/nfs27T/git:/git:z"
mem_limit: 1G
memswap_limit: 1G

Expand Down

0 comments on commit 766b228

Please sign in to comment.