feat: 升级 redis 版本到 7, postgres 版本到 14

This commit is contained in:
icyleaf
2023-02-23 12:37:05 +08:00
parent f7388a1e2f
commit ea54752d87
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
caddy/
backups/
out/
certs/
log/
.env
*.yml
+2 -2
View File
@@ -27,7 +27,7 @@ x-defaults: &defaults
services:
redis:
<<: *restart_policy
image: redis:5-alpine
image: redis:7-alpine
command: redis-server
volumes:
- zealot-redis:/var/lib/redis/data
@@ -35,7 +35,7 @@ services:
test: ["CMD", "redis-cli", "ping"]
postgres:
<<: *restart_policy
image: postgres:12-alpine
image: postgres:14-alpine
volumes:
- zealot-postgres:/var/lib/postgresql/data
environment: