Skip to content

Commit

Permalink
Specify exact version of pg and redis in docker-compose.prod.https.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanzdosilovic authored Dec 19, 2018
1 parent 80a6162 commit 90ec40c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.prod.https.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ services:
restart: always

db:
image: postgres
image: postgres:9.6.5
env_file: judge0-api.conf
volumes:
- ./srv/postgres-data:/var/lib/postgresql/data/
restart: always

redis:
image: redis
image: redis:4.0.9
command: redis-server --appendonly yes
volumes:
- ./srv/redis-data:/data
Expand Down

0 comments on commit 90ec40c

Please sign in to comment.