mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 18:34:13 +02:00
feat(arabot): remove open ports
This commit is contained in:
parent
6700ad8674
commit
50c823380c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user