feat(arabot): remove open ports

This commit is contained in:
smyalygames 2023-03-01 20:04:48 +00:00
parent 6700ad8674
commit 50c823380c

View File

@ -10,8 +10,6 @@ services:
- postgres:/var/lib/postgresql/data
networks:
- arabot
ports:
- "5432:5432"
redis:
image: redis:7
@ -23,8 +21,6 @@ services:
- redis:/data
networks:
- arabot
ports:
- "6379:6379"
arabot:
build: