Makefile'dan bo'lak qismlar o'chirildi, docker-compose va Dockerfile'ga yangiliklar qo'shildi, yangi payment/api ilovasi yaratildi.

This commit is contained in:
A'zamov Samandar
2025-04-19 16:28:06 +05:00
parent 5d27809f17
commit e5b57671c8
21 changed files with 239 additions and 8 deletions

View File

@@ -75,6 +75,11 @@ services:
- auth
payment:
labels:
- "traefik.enable=true"
- "traefik.http.routers.payment.rule=PathPrefix(`/payment`)"
- "traefik.http.routers.payment.entrypoints=web"
- "traefik.http.services.payment.loadbalancer.server.port=8000"
networks:
- lamenu
build: