mirror of
https://github.com/tryzealot/zealot-docker.git
synced 2026-02-24 09:13:16 +00:00
feat: 升级 redis 版本到 7, postgres 版本到 14
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
caddy/
|
||||
backups/
|
||||
out/
|
||||
certs/
|
||||
log/
|
||||
.env
|
||||
*.yml
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user