Qo'shildi: Docker konfiguratsiyasi yangilandi, .env va .gitignore fayllari yaratildi, Redis va muhit o'zgaruvchilari qo'shildi.
This commit is contained in:
@@ -99,6 +99,8 @@ services:
|
||||
build:
|
||||
context: ./notification
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- ./notification:/app
|
||||
networks:
|
||||
- lamenu
|
||||
profiles:
|
||||
@@ -109,6 +111,8 @@ services:
|
||||
- lamenu
|
||||
restart: always
|
||||
image: redis
|
||||
ports:
|
||||
- 6379:6379
|
||||
|
||||
rabbitmq:
|
||||
image: rabbitmq:management
|
||||
|
||||
Reference in New Issue
Block a user