update lên v1.0.3

This commit is contained in:
2026-04-29 14:40:11 +07:00
parent 7eabb9fed8
commit 75fa10a71c
7 changed files with 96 additions and 26 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
services:
docmost:
build: .
image: ghcr.io/victorphan03/docmost:v1.0.2
image: ghcr.io/victorphan03/docmost:v1.0.3
depends_on:
- db
- redis
@@ -18,7 +18,7 @@ services:
db:
build: ./custom-images/db
image: ghcr.io/victorphan03/db:v1.0.2
image: ghcr.io/victorphan03/db:v1.0.3
environment:
POSTGRES_DB: docmost
POSTGRES_USER: docmost
@@ -31,7 +31,7 @@ services:
redis:
build: ./custom-images/redis
image: ghcr.io/victorphan03/redis:v1.0.2
image: ghcr.io/victorphan03/redis:v1.0.3
command: ["redis-server", "--appendonly", "yes", "--maxmemory-policy", "noeviction"]
restart: unless-stopped
ports: