create license management

This commit is contained in:
2026-04-06 13:31:30 +03:30
parent 44097fe1ac
commit de1a046485
46 changed files with 819 additions and 366 deletions
+9 -9
View File
@@ -6,9 +6,9 @@ services:
build:
context: .
dockerfile: Dockerfile
container_name: sakai-ng-prod
container_name: psp_panel_prod
ports:
- "80:80"
- "5000:5000"
environment:
- NODE_ENV=production
restart: unless-stopped
@@ -20,16 +20,16 @@ services:
retries: 3
start_period: 5s
networks:
- sakai-network
- psp_panel_network
# Staging service
staging:
build:
context: .
dockerfile: Dockerfile.staging
container_name: sakai-ng-staging
container_name: psp_panel_staging
ports:
- "8080:80"
- "5050:5000"
environment:
- NODE_ENV=staging
restart: unless-stopped
@@ -43,14 +43,14 @@ services:
profiles:
- staging
networks:
- sakai-network
- psp_panel_network
# Development service with hot reload
dev:
build:
context: .
dockerfile: Dockerfile.dev
container_name: sakai-ng-dev
container_name: psp_panel-dev
working_dir: /app
volumes:
- .:/app
@@ -63,8 +63,8 @@ services:
profiles:
- dev
networks:
- sakai-network
- psp_panel_network
networks:
sakai-network:
psp_panel_network:
driver: bridge