mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 23:46:51 +00:00
fix: update postgres image version to 18 and redis image to 8 with new command
This commit is contained in:
+3
-2
@@ -39,7 +39,7 @@ services:
|
|||||||
- traefik.http.services.docmost_service.loadbalancer.server.port=3000
|
- traefik.http.services.docmost_service.loadbalancer.server.port=3000
|
||||||
|
|
||||||
# db:
|
# db:
|
||||||
# image: postgres:16-alpine
|
# image: postgres:18-alpine
|
||||||
# environment:
|
# environment:
|
||||||
# POSTGRES_DB: docmost
|
# POSTGRES_DB: docmost
|
||||||
# POSTGRES_USER: ${POSTGRES_USER}
|
# POSTGRES_USER: ${POSTGRES_USER}
|
||||||
@@ -51,8 +51,9 @@ services:
|
|||||||
# - net
|
# - net
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:7.2-alpine
|
image: redis:8
|
||||||
hostname: redis
|
hostname: redis
|
||||||
|
command: ["redis-server", "--appendonly", "yes", "--maxmemory-policy", "noeviction"]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- docmost_redis_data:/data
|
- docmost_redis_data:/data
|
||||||
|
|||||||
Reference in New Issue
Block a user