update lên v1.0.3
This commit is contained in:
+3
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user