updated initilazer

This commit is contained in:
2025-04-29 16:36:42 +03:00
parent 2d418644bb
commit 113e43c7d7
4 changed files with 99 additions and 55 deletions

View File

@@ -12,8 +12,9 @@ services:
# - NODE_ENV=development
# cpus: 1
# mem_limit: 2048m
# volumes:
# - client-frontend:/WebServices/client-frontend
# volumes:
# - client-frontend:/WebServices/client-frontend
management_frontend:
container_name: management_frontend
@@ -26,7 +27,7 @@ services:
- "3001:3001"
environment:
- NODE_ENV=development
cpus: 2
cpus: 1
mem_limit: 2048m
auth_service:
@@ -165,7 +166,6 @@ services:
networks:
wag-services:
# template_service:
# container_name: template_service
# build: