mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-21 03:58:05 +01:00
feat(arabot): remove open ports
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user