Skip to content

Commit

Permalink
add job redis in docker compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyR01 committed Jul 5, 2024
1 parent f6b3cfe commit cdc4861
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,14 @@ services:
ports:
- 8080:8080

redis:
image: redis
redis-commander:
image: rediscommander/redis-commander
environment:
- REDIS_HOSTS=redis
ports:
- "8081:8081"

volumes:
pgdata_new1:

0 comments on commit cdc4861

Please sign in to comment.