Skip to content

Commit

Permalink
chore: upgrade redis & postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
mikucat0309 committed Feb 4, 2024
1 parent ae959e8 commit 3a5532f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ version: "3"
services:

oj-redis:
image: redis:4.0-alpine
image: redis:7-alpine
restart: always
volumes:
- ./data/redis:/data

oj-postgres:
image: postgres:10-alpine
image: postgres:16-alpine
restart: always
healthcheck:
test: [ "CMD", "pg_isready", "-U", "onlinejudge" ]
Expand Down

0 comments on commit 3a5532f

Please sign in to comment.