Skip to content

Commit

Permalink
Merge pull request #2987 from JJimenez71/main
Browse files Browse the repository at this point in the history
Pinned versions of docker containers
  • Loading branch information
mouse-reeve authored Sep 23, 2023
2 parents 0a029e6 + 2260e14 commit b75b5cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
nginx:
image: nginx:latest
image: nginx:1.25.2
restart: unless-stopped
ports:
- "1333:80"
Expand Down Expand Up @@ -38,7 +38,7 @@ services:
ports:
- "8000"
redis_activity:
image: redis
image: redis:7.2.1
command: redis-server --requirepass ${REDIS_ACTIVITY_PASSWORD} --appendonly yes --port ${REDIS_ACTIVITY_PORT}
volumes:
- ./redis.conf:/etc/redis/redis.conf
Expand All @@ -48,7 +48,7 @@ services:
- main
restart: on-failure
redis_broker:
image: redis
image: redis:7.2.1
command: redis-server --requirepass ${REDIS_BROKER_PASSWORD} --appendonly yes --port ${REDIS_BROKER_PORT}
volumes:
- ./redis.conf:/etc/redis/redis.conf
Expand Down

0 comments on commit b75b5cb

Please sign in to comment.