some changes
This commit is contained in:
@@ -3,7 +3,6 @@ services:
|
||||
image: postgres:18.1-alpine
|
||||
networks:
|
||||
- bot
|
||||
restart: always
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
@@ -22,7 +21,6 @@ services:
|
||||
image: mongo:noble
|
||||
networks:
|
||||
- bot
|
||||
restart: always
|
||||
ports:
|
||||
- "27017:27017"
|
||||
environment:
|
||||
@@ -36,7 +34,6 @@ services:
|
||||
image: redis:8.4-alpine
|
||||
networks:
|
||||
- bot
|
||||
restart: always
|
||||
ports:
|
||||
- "6379:6379"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user