Skip to content

Commit

Permalink
Add redis instance
Browse files Browse the repository at this point in the history
  • Loading branch information
MarhiievHE committed May 4, 2023
1 parent 1773d81 commit 954dbb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Expand Up @@ -33,6 +33,12 @@ services:
- 127.0.0.1:5432:5432
restart: always

redis-example:
image: redis:alpine
container_name: redis-example
ports:
- 127.0.0.1:6379:6379
restart: always
networks:
default:
name: api-example-network

0 comments on commit 954dbb1

Please sign in to comment.