Skip to content

Commit

Permalink
feat: update docker-compose file to 5.0.0 [Docker Release]
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
zenweasel committed Jun 13, 2023
1 parent 8aaf479 commit 4e642cd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ networks:

services:
api:
image: reactioncommerce/reaction:4.2.7
image: reactioncommerce/reaction:5.0.0
depends_on:
- mongo
env_file:
Expand All @@ -39,5 +39,13 @@ services:
interval: 10s
start_period: 30s

redis:
image: redis:7
networks:
- default
- reaction
ports:
- "6379:6379"

volumes:
mongo-db4:

0 comments on commit 4e642cd

Please sign in to comment.