fix redis, don't publish ports!

This commit is contained in:
Moritz 2024-10-25 21:50:14 +02:00
parent 3bb2a94d3a
commit dddc5f7df2

View File

@ -71,9 +71,6 @@ services:
image: redis:7.4.1-alpine
networks:
- internal
ports:
- "6379:6379"
db:
image: postgres:13