Skip to content

Commit

Permalink
fix: quiet redis logs
Browse files Browse the repository at this point in the history
  • Loading branch information
hackeresq authored Feb 1, 2025
1 parent 00a1312 commit a3f8752
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ services:
container_name: investbrain-redis
restart: unless-stopped
tty: true
networks:
- investbrain-network
command:
- --loglevel warning
volumes:
- investbrain-redis:/data
networks:
- investbrain-network
mysql:
image: mysql:8.0
container_name: investbrain-mysql
Expand Down

0 comments on commit a3f8752

Please sign in to comment.