mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 18:14:15 +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
|
- postgres:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
- arabot
|
- arabot
|
||||||
ports:
|
|
||||||
- "5432:5432"
|
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:7
|
image: redis:7
|
||||||
@ -23,8 +21,6 @@ services:
|
|||||||
- redis:/data
|
- redis:/data
|
||||||
networks:
|
networks:
|
||||||
- arabot
|
- arabot
|
||||||
ports:
|
|
||||||
- "6379:6379"
|
|
||||||
|
|
||||||
arabot:
|
arabot:
|
||||||
build:
|
build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user