update docker file

This commit is contained in:
2025-11-09 22:46:32 +03:00
parent c46f899e10
commit 78eef4c462
4 changed files with 10 additions and 99 deletions

View File

@@ -1,26 +0,0 @@
version: '3.8'
services:
dashboard-app-prod:
build:
context: .
dockerfile: Dockerfile.prod
ports:
- '3010:80'
environment:
- NODE_ENV=production
env_file:
- .env.prod
restart: unless-stopped
networks:
- dashboard-network
healthcheck:
test: ['CMD', 'curl', '-f', 'http://localhost/']
interval: 30s
timeout: 10s
retries: 3
start_period: 40s
networks:
dashboard-network:
driver: bridge